mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1120117 - Need to import Services.jsm in child process before using it. r=dkeeler
This commit is contained in:
parent
66aade4c48
commit
4ccec995c3
@ -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 = { \
|
||||
|
Loading…
Reference in New Issue
Block a user