Rename Proxy enumerateOwn to keys (bug 600642, r=jorendorff,brendan).

This commit is contained in:
Andreas Gal
2011-01-10 11:42:11 -08:00
parent 969243cba2
commit 2fcbc11a57
13 changed files with 28 additions and 28 deletions

View File

@@ -211,7 +211,7 @@ const char *const js_common_atom_names[] = {
"has", /* hasAtom */
"hasOwn", /* hasOwnAtom */
"enumerateOwn", /* enumerateOwnAtom */
"keys", /* keysAtom */
"iterate" /* iterateAtom */
};