mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 710996 - Double-assignment in JS_GetValidFrameCalleeObject(). r=jorendorff
This commit is contained in:
parent
c005cf68d7
commit
14c8124b0a
@ -670,7 +670,6 @@ JS_GetValidFrameCalleeObject(JSContext *cx, JSStackFrame *fp, jsval *vp)
|
||||
if (!Valueify(fp)->getValidCalleeObject(cx, &v))
|
||||
return false;
|
||||
*vp = v.isObject() ? v : JSVAL_VOID;
|
||||
*vp = v;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user