mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Revert default of generatingDebug back to false to fix regressions.
This commit is contained in:
parent
a62419aabd
commit
48141e355a
@ -1926,7 +1926,7 @@ public final class Context {
|
||||
private static Hashtable threadContexts = new Hashtable(11);
|
||||
private RegExpProxy regExpProxy;
|
||||
private Locale locale;
|
||||
private boolean generatingDebug=true;
|
||||
private boolean generatingDebug;
|
||||
private boolean generatingSource=true;
|
||||
private boolean compileFunctionsWithDynamicScopeFlag;
|
||||
private int optimizationLevel;
|
||||
|
@ -1926,7 +1926,7 @@ public final class Context {
|
||||
private static Hashtable threadContexts = new Hashtable(11);
|
||||
private RegExpProxy regExpProxy;
|
||||
private Locale locale;
|
||||
private boolean generatingDebug=true;
|
||||
private boolean generatingDebug;
|
||||
private boolean generatingSource=true;
|
||||
private boolean compileFunctionsWithDynamicScopeFlag;
|
||||
private int optimizationLevel;
|
||||
|
Loading…
x
Reference in New Issue
Block a user