Bug 739217 - Follow-up to fix mochitest-1 orange.

This commit is contained in:
Ryan VanderMeulen 2013-01-31 17:34:19 -05:00
Родитель 373b364c09
Коммит 79330c432f
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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",