Bug 911246 - Enable incremental cycle collection by default. r=smaug

This commit is contained in:
Andrew McCreight 2014-04-30 09:20:18 -07:00
parent fc34b381b1
commit 9eb8ddc7a9

View File

@ -750,7 +750,7 @@ pref("dom.sysmsg.enabled", false);
// Enable pre-installed applications.
pref("dom.webapps.useCurrentProfile", false);
pref("dom.cycle_collector.incremental", false);
pref("dom.cycle_collector.incremental", true);
// Parsing perf prefs. For now just mimic what the old code did.
#ifndef XP_WIN