зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1518787 - Fix RemoteOuterWindowProxy::getOwnPropertyDescriptor for indexed properties. r=bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D16046 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
9f79ca4861
Коммит
88b677f4c5
|
@ -102,8 +102,8 @@ bool WrapResult(JSContext* aCx, JS::Handle<JSObject*> aProxy,
|
|||
if (!ToJSValue(aCx, WindowProxyHolder(aResult), &v)) {
|
||||
return false;
|
||||
}
|
||||
aDesc.object().set(aProxy);
|
||||
aDesc.setDataDescriptor(v, attrs);
|
||||
aDesc.object().set(aProxy);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче