Backed out changeset bc37ab3e9abc (bug 900784) for leaks.

This commit is contained in:
Ryan VanderMeulen 2017-07-28 11:42:59 -04:00
parent 9dfa878543
commit 4f8cc2e674

View File

@ -218,7 +218,7 @@ pref("dom.compartment_per_addon", true);
// execution to record the bytecode of the JavaScript function used, and save it
// in the existing cache entry. On the following loads of the same script, the
// bytecode would be loaded from the cache instead of being generated once more.
pref("dom.script_loader.bytecode_cache.enabled", true);
pref("dom.script_loader.bytecode_cache.enabled", false);
// Ignore the heuristics of the bytecode cache, and always record on the first
// visit. (used for testing purposes).