Bug 798491: Followup bustage fix.

This commit is contained in:
Kyle Huey 2012-10-30 08:42:47 -07:00
parent 702121d008
commit 3bc1160788

View File

@ -1238,7 +1238,7 @@ mozJSComponentLoader::ImportInto(const nsACString & aLocation,
// Set the location information for the new global, so that tools like
// about:memory may use that information
if (!mReuseLoaderGlobal) {
xpc::SetLocationForGlobal(newEntry->global, aLocation);
xpc::SetLocationForGlobal(newEntry->obj, aLocation);
}
mod = newEntry;