Bug 1472973 part 8 - Use JS::GetNonCCWObjectGlobal in XrayAwareCalleeGlobal. r=bz

This commit is contained in:
Jan de Mooij 2018-07-06 18:16:24 +02:00
Родитель 396c86f339
Коммит e918a3c855
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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