diff --git a/js/jsd/jsd_step.c b/js/jsd/jsd_step.c index 3e4a1735e75b..dd9061de1dbb 100644 --- a/js/jsd/jsd_step.c +++ b/js/jsd/jsd_step.c @@ -114,7 +114,7 @@ _callHook(JSDContext *jsdc, JSContext *cx, JSStackFrame *fp, JSBool before, { JSDScript* jsdscript; JSScript* jsscript; - JSBool hookresult; + JSBool hookresult = JS_TRUE; if (!jsdc || !jsdc->inited) return JS_FALSE;