зеркало из https://github.com/mozilla/gecko-dev.git
Bug 980558 - Enable extraWarnings on safe JS context (r=bholley)
This commit is contained in:
Родитель
b63ff2b8e9
Коммит
c0cbe05063
|
@ -176,6 +176,9 @@ XPCJSContextStack::InitSafeJSContext()
|
|||
MOZ_CRASH();
|
||||
JSAutoRequest req(mSafeJSContext);
|
||||
ContextOptionsRef(mSafeJSContext).setNoDefaultCompartmentObject(true);
|
||||
#ifdef DEBUG
|
||||
ContextOptionsRef(mSafeJSContext).setExtraWarnings(true);
|
||||
#endif
|
||||
|
||||
JS_SetErrorReporter(mSafeJSContext, xpc::SystemErrorReporter);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче