Bug 576034 - Remove aliased property implementation details. r=jorendorff

This commit is contained in:
Jeff Walden
2011-08-04 14:38:26 -07:00
parent 4a993cda6a
commit 89fa8b42bd
6 changed files with 22 additions and 29 deletions

View File

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