mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Re-enable asm.js caching
This commit is contained in:
parent
ac510873f3
commit
2029eff3f1
6 changed files with 4 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue