Remove obsolete wrappedObject extended class hook (604523, r=mrbkap/vlad/dvander).
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user