Remove obsolete wrappedObject extended class hook (604523, r=mrbkap/vlad/dvander).

This commit is contained in:
Andreas Gal
2010-10-22 15:40:11 -07:00
parent 5f65fe6064
commit b8ea033dd3
17 changed files with 47 additions and 95 deletions

View File

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