| Index: Source/bindings/core/v8/ScriptDebugServer.h
|
| diff --git a/Source/bindings/core/v8/ScriptDebugServer.h b/Source/bindings/core/v8/ScriptDebugServer.h
|
| index 8a179efe64294f23a611a67a9df3389e0fde7c11..bad9f116592f941eb61b86b3940963f23d932aae 100644
|
| --- a/Source/bindings/core/v8/ScriptDebugServer.h
|
| +++ b/Source/bindings/core/v8/ScriptDebugServer.h
|
| @@ -125,7 +125,7 @@ protected:
|
| static void v8DebugEventCallback(const v8::Debug::EventDetails& eventDetails);
|
| void handleV8DebugEvent(const v8::Debug::EventDetails& eventDetails);
|
|
|
| - void dispatchDidParseSource(ScriptDebugListener* listener, v8::Handle<v8::Object> sourceObject);
|
| + void dispatchDidParseSource(ScriptDebugListener*, v8::Handle<v8::Object> sourceObject, bool hasSyntaxError);
|
|
|
| void ensureDebuggerScriptCompiled();
|
| void discardDebuggerScript();
|
|
|