Bug 1120117 - Need to import Services.jsm in child process before using it. r=dkeeler

This commit is contained in:
Hiroyuki Ikezoe 2015-01-12 15:33:00 +01:00
Родитель ed3b64fce0
Коммит 6032b719bc
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -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 = { \