Bug 576034 - Remove aliased property implementation details. r=jorendorff
This commit is contained in:
@@ -208,7 +208,6 @@ EnumerateNativeProperties(JSContext *cx, JSObject *obj, JSObject *pobj, uintN fl
|
||||
const Shape &shape = r.front();
|
||||
|
||||
if (!JSID_IS_DEFAULT_XML_NAMESPACE(shape.propid) &&
|
||||
!shape.isAlias() &&
|
||||
!Enumerate(cx, obj, pobj, shape.propid, shape.enumerable(), flags, ht, props))
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user