Backed out changeset 0ce1cc39aa3d (bug 1295082) for timing out in test_ext_schemas_api_injection.js. r=backout

This commit is contained in:
Sebastian Hengst
2016-08-18 16:47:09 +02:00
parent ff21875b1a
commit c7a498ffbd
28 changed files with 69 additions and 83 deletions

View File

@@ -99,7 +99,7 @@ function WebRequestEventManager(context, eventName) {
WebRequestEventManager.prototype = Object.create(SingletonEventManager.prototype);
extensions.registerSchemaAPI("webRequest", context => {
extensions.registerSchemaAPI("webRequest", (extension, context) => {
return {
webRequest: {
onBeforeRequest: new WebRequestEventManager(context, "onBeforeRequest").api(),