Back out changeset 7dcd0d16cc08 (bug 547941) for causing jsreftest crashes on debug builds.

This commit is contained in:
L. David Baron
2011-04-12 01:28:40 -07:00
parent 29aa27cd3e
commit 593033f346
12 changed files with 2 additions and 600 deletions

View File

@@ -211,9 +211,7 @@ const char *const js_common_atom_names[] = {
"has", /* hasAtom */
"hasOwn", /* hasOwnAtom */
"keys", /* keysAtom */
"iterate", /* iterateAtom */
"WeakMap" /* WeakMapAtom */
"iterate" /* iterateAtom */
};
JS_STATIC_ASSERT(JS_ARRAY_LENGTH(js_common_atom_names) * sizeof(JSAtom *) ==