зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1073631 - Add mising waivier outerizing for CPOWs (r=bholley)
This commit is contained in:
Родитель
ec83bae817
Коммит
2aafde34fc
|
@ -517,6 +517,12 @@ JavaScriptShared::findObjectById(JSContext *cx, const ObjectId &objId)
|
|||
// wrappers.
|
||||
JSAutoCompartment ac(cx, scopeForTargetObjects());
|
||||
if (objId.hasXrayWaiver()) {
|
||||
{
|
||||
JSAutoCompartment ac2(cx, obj);
|
||||
obj = JS_ObjectToOuterObject(cx, obj);
|
||||
if (!obj)
|
||||
return nullptr;
|
||||
}
|
||||
if (!xpc::WrapperFactory::WaiveXrayAndWrap(cx, &obj))
|
||||
return nullptr;
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче