[Webkit-unassigned] [Bug 29005] The values of RuntimeArray are not enumerable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 16 17:28:18 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29005


Kenneth Rohde Christiansen <kenneth.christiansen at openbossa.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kenneth.christiansen at openbo
                   |                            |ssa.org




--- Comment #6 from Kenneth Rohde Christiansen <kenneth.christiansen at openbossa.org>  2009-09-16 17:28:17 PDT ---
+    for (unsigned i = 0; i < length; ++i) {
+        propertyNames.add(Identifier::from(exec, i));
+    }

This part should not have braces.

 46     virtual void getPropertyNames(ExecState* exec, PropertyNameArray
&propertyNames);

This is similar to what is already used in that file, so maybe it should be
changed in a follow-up, clean-up patch?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list