Backed out changeset 438afef93fd5 (bug 604523) due to suspected orange.

This commit is contained in:
Andreas Gal
2010-10-20 23:19:05 -07:00
parent cbeb449729
commit 5472fe8c7f
16 changed files with 76 additions and 31 deletions

View File

@@ -111,7 +111,7 @@ Class js_IteratorClass = {
NULL, /* outerObject */
NULL, /* innerObject */
iterator_iterator,
NULL /* unused */
NULL /* wrappedObject */
}
};
@@ -1170,7 +1170,7 @@ Class js_GeneratorClass = {
NULL, /* outerObject */
NULL, /* innerObject */
iterator_iterator,
NULL /* unused */
NULL, /* wrappedObject */
}
};