зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1472973 part 8 - Use JS::GetNonCCWObjectGlobal in XrayAwareCalleeGlobal. r=bz
This commit is contained in:
Родитель
396c86f339
Коммит
e918a3c855
|
@ -127,7 +127,7 @@ XrayAwareCalleeGlobal(JSObject* fun)
|
|||
|
||||
if (!js::FunctionHasNativeReserved(fun)) {
|
||||
// Just a normal function, no Xrays involved.
|
||||
return js::GetGlobalForObjectCrossCompartment(fun);
|
||||
return JS::GetNonCCWObjectGlobal(fun);
|
||||
}
|
||||
|
||||
// The functions we expect here have the Xray wrapper they're associated with
|
||||
|
|
Загрузка…
Ссылка в новой задаче