Bug 747617 - fix document.all and swap JSClass::{construct,hasInstance} so this doesn't happen again (r=bz)
This commit is contained in:
@@ -1325,8 +1325,8 @@ Class js::StopIterationClass = {
|
||||
NULL, /* finalize */
|
||||
NULL, /* checkAccess */
|
||||
NULL, /* call */
|
||||
NULL, /* construct */
|
||||
stopiter_hasInstance
|
||||
stopiter_hasInstance,
|
||||
NULL /* construct */
|
||||
};
|
||||
|
||||
#if JS_HAS_GENERATORS
|
||||
|
||||
Reference in New Issue
Block a user