Re-enable asm.js caching

This commit is contained in:
wolfbeast 2018-02-09 08:09:52 +01:00 committed by Roy Tam
commit 2029eff3f1
6 changed files with 4 additions and 18 deletions

View file

@ -8661,9 +8661,6 @@ BuildConsoleMessage(ExclusiveContext* cx, unsigned time, JS::AsmJSCacheResult ca
case JS::AsmJSCache_Disabled_PrivateBrowsing:
cacheString = "caching disabled by private browsing mode";
break;
case JS::AsmJSCache_ESR52:
cacheString = "caching disabled in Firefox ESR52";
break;
case JS::AsmJSCache_LIMIT:
MOZ_CRASH("bad AsmJSCacheResult");
break;