mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix GCC warning. Follow-up to bug 552248. r=me.
This commit is contained in:
parent
3380cbbffc
commit
af2a645261
@ -3060,7 +3060,7 @@ EvalInFrame(JSContext *cx, uintN argc, jsval *vp)
|
||||
return JS_FALSE;
|
||||
}
|
||||
|
||||
JSStackFrame *oldfp;
|
||||
JSStackFrame *oldfp = NULL;
|
||||
if (saveCurrent)
|
||||
oldfp = JS_SaveFrameChain(cx);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user