Fix silly think-o from bug 410090, r=lumpy
git-svn-id: svn://10.0.0.236/trunk@242196 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -988,7 +988,7 @@ XPC_SJOW_Iterator(JSContext *cx, JSObject *obj, JSBool keysonly)
|
||||
|
||||
if (!::JS_SetReservedSlot(cx, wrapperIter, XPC_SJOW_SLOT_IS_RESOLVING,
|
||||
BOOLEAN_TO_JSVAL(JS_FALSE))) {
|
||||
return JS_FALSE;
|
||||
return nsnull;
|
||||
}
|
||||
|
||||
JSAutoTempValueRooter tvr(cx, OBJECT_TO_JSVAL(wrapperIter));
|
||||
|
||||
Reference in New Issue
Block a user