зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1120117 - Need to import Services.jsm in child process before using it. r=dkeeler
This commit is contained in:
Родитель
ed3b64fce0
Коммит
6032b719bc
|
@ -108,6 +108,8 @@ function initChildTestEnv()
|
|||
const Cc = Components.classes; \
|
||||
const Ci = Components.interfaces; \
|
||||
const Cr = Components.results; \
|
||||
const Cu = Components.utils; \
|
||||
Cu.import("resource://gre/modules/Services.jsm"); \
|
||||
function WindowContext() { } \
|
||||
\
|
||||
WindowContext.prototype = { \
|
||||
|
|
Загрузка…
Ссылка в новой задаче