Backed out changeset 0ce1cc39aa3d (bug 1295082) for timing out in test_ext_schemas_api_injection.js. r=backout
This commit is contained in:
@@ -92,8 +92,7 @@ extensions.on("shutdown", (type, extension) => {
|
||||
|
||||
var nextId = 0;
|
||||
|
||||
extensions.registerSchemaAPI("notifications", context => {
|
||||
let {extension} = context;
|
||||
extensions.registerSchemaAPI("notifications", (extension, context) => {
|
||||
return {
|
||||
notifications: {
|
||||
create: function(notificationId, options) {
|
||||
|
||||
Reference in New Issue
Block a user