Backed out changeset e09130fcb013

This commit is contained in:
Robert Sayre
2009-07-28 18:51:35 -04:00
parent c0e238ae3e
commit 4d9e7f6f2f
17 changed files with 213 additions and 535 deletions

View File

@@ -376,7 +376,7 @@ js_ValueToIterator(JSContext *cx, uintN flags, jsval *vp)
*vp = OBJECT_TO_JSVAL(iterobj);
} else {
atom = cx->runtime->atomState.iteratorAtom;
if (!js_GetMethod(cx, obj, ATOM_TO_JSID(atom), 0, vp))
if (!js_GetMethod(cx, obj, ATOM_TO_JSID(atom), false, vp))
goto bad;
if (JSVAL_IS_VOID(*vp)) {
default_iter: