mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 743967 - JavaScript Error: "bootstrap is not defined" {file: "resource://gre/modules/XPIProvider.jsm" line: 3523}. r=dtownsend
This commit is contained in:
parent
f7913f5587
commit
a458638305
@ -3592,7 +3592,7 @@ var XPIProvider = {
|
||||
if (!aFile.exists()) {
|
||||
this.bootstrapScopes[aId] = new Components.utils.Sandbox(principal,
|
||||
{sandboxName: aFile.path});
|
||||
ERROR("Attempted to load bootstrap scope from missing directory " + bootstrap.path);
|
||||
ERROR("Attempted to load bootstrap scope from missing directory " + aFile.path);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user