зеркало из https://github.com/mozilla/pjs.git
- venkman only -
bug 189563, initialize hookresult to prevent warnings
This commit is contained in:
Родитель
1e409bc64f
Коммит
410075aaa6
|
@ -114,7 +114,7 @@ _callHook(JSDContext *jsdc, JSContext *cx, JSStackFrame *fp, JSBool before,
|
||||||
{
|
{
|
||||||
JSDScript* jsdscript;
|
JSDScript* jsdscript;
|
||||||
JSScript* jsscript;
|
JSScript* jsscript;
|
||||||
JSBool hookresult;
|
JSBool hookresult = JS_TRUE;
|
||||||
|
|
||||||
if (!jsdc || !jsdc->inited)
|
if (!jsdc || !jsdc->inited)
|
||||||
return JS_FALSE;
|
return JS_FALSE;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче