mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
More mismerging fixes.
This commit is contained in:
parent
7b7b7b4bd1
commit
f76c672bfa
@ -839,9 +839,8 @@ exn_toSource(JSContext *cx, uintN argc, jsval *vp)
|
||||
*vp = STRING_TO_JSVAL(name);
|
||||
|
||||
JSTempValueRooter tvr;
|
||||
{
|
||||
JSBool ok;
|
||||
|
||||
{
|
||||
MUST_FLOW_THROUGH("out");
|
||||
JS_PUSH_TEMP_ROOT(cx, 3, localroots, &tvr);
|
||||
|
||||
@ -953,7 +952,7 @@ exn_toSource(JSContext *cx, uintN argc, jsval *vp)
|
||||
|
||||
out:
|
||||
JS_POP_TEMP_ROOT(cx, &tvr);
|
||||
return JS_FALSE;
|
||||
return JS_TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user