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
parent 66aade4c48
commit 4ccec995c3

View File

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