| Index: Source/bindings/core/v8/ScriptDebugServer.h
|
| diff --git a/Source/bindings/core/v8/ScriptDebugServer.h b/Source/bindings/core/v8/ScriptDebugServer.h
|
| index 03f0aa0a912eb161f7ef113223e24423a94b07e8..02415cf1f22841710df0bef533940e7291d4acf0 100644
|
| --- a/Source/bindings/core/v8/ScriptDebugServer.h
|
| +++ b/Source/bindings/core/v8/ScriptDebugServer.h
|
| @@ -127,7 +127,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, CompileResult);
|
|
|
| void ensureDebuggerScriptCompiled();
|
| void discardDebuggerScript();
|
|
|