mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 798491: Followup bustage fix.
This commit is contained in:
parent
702121d008
commit
3bc1160788
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user