mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
Issue #2653 - Part 3: Remove support for packaged apps from asmjscache
This commit is contained in:
parent
0e6fa95840
commit
7f086f216c
10 changed files with 46 additions and 155 deletions
|
|
@ -848,7 +848,6 @@ ScriptPrecompiler::OnStreamComplete(nsIIncrementalStreamLoader* aLoader,
|
|||
|
||||
JS::CompileOptions options(cx, JSVERSION_DEFAULT);
|
||||
options.forceAsync = true;
|
||||
options.installedFile = true;
|
||||
|
||||
nsCOMPtr<nsIURI> uri;
|
||||
mChannel->GetURI(getter_AddRefs(uri));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue