зеркало из https://github.com/mozilla/gecko-dev.git
Bug 924929 - Add missing Cu import in session restore content code (r=Yoric)
This commit is contained in:
Родитель
2f6f36b3b4
Коммит
685acc3b5a
|
@ -8,6 +8,8 @@ function debug(msg) {
|
|||
Services.console.logStringMessage("SessionStoreContent: " + msg);
|
||||
}
|
||||
|
||||
let Cu = Components.utils;
|
||||
|
||||
Cu.import("resource://gre/modules/XPCOMUtils.jsm", this);
|
||||
|
||||
XPCOMUtils.defineLazyModuleGetter(this, "DocShellCapabilities",
|
||||
|
|
Загрузка…
Ссылка в новой задаче