Bug 743967 - JavaScript Error: "bootstrap is not defined" {file: "resource://gre/modules/XPIProvider.jsm" line: 3523}. r=dtownsend

This commit is contained in:
Blair McBride 2012-05-10 14:30:37 +12:00
parent 16753d5585
commit 00a7c139dd

View File

@ -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;
}