зеркало из https://github.com/mozilla/gecko-dev.git
Bug 965981 - Wrap ids in XPCWrappedNativeXrayTraits::enumerateNames. r=mccr8
This commit is contained in:
Родитель
26295823eb
Коммит
74dced0ef3
|
@ -1007,6 +1007,8 @@ XPCWrappedNativeXrayTraits::enumerateNames(JSContext *cx, HandleObject wrapper,
|
|||
if (!js::GetPropertyNames(cx, target, flags, &wnProps))
|
||||
return false;
|
||||
}
|
||||
if (!JS_WrapAutoIdVector(cx, wnProps))
|
||||
return false;
|
||||
|
||||
// Go through the properties we got and enumerate all native ones.
|
||||
for (size_t n = 0; n < wnProps.length(); ++n) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче