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

This commit is contained in:
Andreas Gal
2010-10-20 22:41:35 -07:00
parent b197bee393
commit cbeb449729
16 changed files with 31 additions and 76 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 */
}
};