| Index: Source/bindings/v8/ScriptDebugServer.h
|
| diff --git a/Source/bindings/v8/ScriptDebugServer.h b/Source/bindings/v8/ScriptDebugServer.h
|
| index 82a25a0a214377e88e412fe708ae7c195ece0137..1dc6cfed424c4de08b6443a17972709bc09a7b5c 100644
|
| --- a/Source/bindings/v8/ScriptDebugServer.h
|
| +++ b/Source/bindings/v8/ScriptDebugServer.h
|
| @@ -113,6 +113,7 @@ protected:
|
| static void v8DebugEventCallback(const v8::Debug::EventDetails& eventDetails);
|
| void handleV8DebugEvent(const v8::Debug::EventDetails& eventDetails);
|
|
|
| + void onAfterCompile(ScriptDebugListener* listener, const v8::Debug::EventDetails& eventDetails);
|
| void dispatchDidParseSource(ScriptDebugListener* listener, v8::Handle<v8::Object> sourceObject);
|
|
|
| void ensureDebuggerScriptCompiled();
|
|
|