Backed out changeset 049ef1d4eb26 (bug 900784) on suspicion of letting devtools' browser_dbg_blackboxing-05.js frequently fail. r=backout

MozReview-Commit-ID: J4ZRfyu0AAf
This commit is contained in:
Sebastian Hengst 2017-08-23 11:40:52 +02:00
Родитель ddf19ad008
Коммит 5ec1be5fca
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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).