NOT PART OF SEAMONKEY BUILD - removed misplaced semi-colon added by toshok on 6 Sep 1999 which had converted a conditional block into a non-conditional block and made the debugger completely non functional

git-svn-id: svn://10.0.0.236/trunk@61347 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jband%netscape.com
2000-02-19 02:34:05 +00:00
parent 26c8b9b673
commit cebd63166c

View File

@@ -618,7 +618,7 @@ GetClosestLine(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rva
JSD_LockScriptSubsystem(data->jsdcTarget);
active = JSD_IsActiveScript(data->jsdcTarget, jsdscript);
JSD_UnlockScriptSubsystem(data->jsdcTarget);
if(! active );
if(! active )
{
JS_ReportError(cx, "GetClosestLine passed inactive script");
return JS_FALSE;