| Index: Source/bindings/v8/ScriptDebugServer.h
|
| diff --git a/Source/bindings/v8/ScriptDebugServer.h b/Source/bindings/v8/ScriptDebugServer.h
|
| index bcbf2f1416d381ca3e5ebe4b03230a8df65d9212..6677dcf2fc69f945b916fa360c5f9147e122539b 100644
|
| --- a/Source/bindings/v8/ScriptDebugServer.h
|
| +++ b/Source/bindings/v8/ScriptDebugServer.h
|
| @@ -124,6 +124,7 @@ protected:
|
| void handleV8DebugEvent(const v8::Debug::EventDetails& eventDetails);
|
|
|
| void dispatchDidParseSource(ScriptDebugListener* listener, v8::Handle<v8::Object> sourceObject);
|
| + void dispatchFailedToParseSource(ScriptDebugListener*, v8::Handle<v8::Object> sourceObject);
|
|
|
| void ensureDebuggerScriptCompiled();
|
|
|
|
|