Bug 1356231 - Use toolkit EventEmitter.jsm instead of devtools module. r=mossop

MozReview-Commit-ID: 49JI7NtLwKK
This commit is contained in:
Alexandre Poirot
2017-04-27 17:58:09 +02:00
parent db5f614737
commit 208511b0d3
19 changed files with 21 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
"use strict";
XPCOMUtils.defineLazyModuleGetter(global, "EventEmitter",
"resource://devtools/shared/event-emitter.js");
"resource://gre/modules/EventEmitter.jsm");
// This function is pretty tightly tied to Extension.jsm.
// Its job is to fill in the |tab| property of the sender.