mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Back out bug 940305 (too spammy)
This commit is contained in:
parent
0ebae2de8f
commit
6fc4088f7f
@ -176,9 +176,6 @@ XPCJSContextStack::InitSafeJSContext()
|
||||
MOZ_CRASH();
|
||||
JSAutoRequest req(mSafeJSContext);
|
||||
ContextOptionsRef(mSafeJSContext).setNoDefaultCompartmentObject(true);
|
||||
#ifdef DEBUG
|
||||
ContextOptionsRef(mSafeJSContext).setExtraWarnings(true);
|
||||
#endif
|
||||
|
||||
JS_SetErrorReporter(mSafeJSContext, xpc::SystemErrorReporter);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user