mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
bug 597654 - PurgeScriptFragments must do its job even with jit disabled. r=gal
This commit is contained in:
parent
a0fd050d6d
commit
52e7bc13b8
@ -7783,8 +7783,6 @@ FinishJIT(TraceMonitor *tm)
|
||||
JS_REQUIRES_STACK void
|
||||
PurgeScriptFragments(JSContext* cx, JSScript* script)
|
||||
{
|
||||
if (!TRACING_ENABLED(cx))
|
||||
return;
|
||||
debug_only_printf(LC_TMTracer,
|
||||
"Purging fragments for JSScript %p.\n", (void*)script);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user