mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
Clean up a bracing nitpick.
This commit is contained in:
parent
9248a85042
commit
fd12db55c4
@ -228,9 +228,8 @@ PropertyExists(JSContext *cx, JSObject *obj, jsid id, JSBool *foundp)
|
||||
return JS_FALSE;
|
||||
|
||||
*foundp = prop != NULL;
|
||||
if (*foundp) {
|
||||
if (*foundp)
|
||||
OBJ_DROP_PROPERTY(cx, obj2, prop);
|
||||
}
|
||||
|
||||
return JS_TRUE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user