зеркало из https://github.com/mozilla/gecko-dev.git
Bug 739217 - Follow-up to fix mochitest-1 orange.
This commit is contained in:
Родитель
373b364c09
Коммит
79330c432f
|
@ -1,3 +1,7 @@
|
|||
var Cu = Components.utils;
|
||||
|
||||
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
|
||||
|
||||
XPCOMUtils.defineLazyModuleGetter(this, "Promise",
|
||||
"resource://gre/modules/commonjs/promise/core.js");
|
||||
XPCOMUtils.defineLazyModuleGetter(this, "Task",
|
||||
|
|
Загрузка…
Ссылка в новой задаче