| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index d3cf7d1f714ba97478b674f376d1679f9660a233..9353111741745dfe429770a66bd03e046ef2d4b1 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -215,8 +215,7 @@ private:
|
| PassRefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> > currentCallFrames();
|
| PassRefPtr<TypeBuilder::Debugger::StackTrace> currentAsyncStackTrace();
|
|
|
| - virtual void didParseSource(const String& scriptId, const Script&) OVERRIDE FINAL;
|
| - virtual void failedToParseSource(const String& url, const String& data, int firstLine, int errorLine, const String& errorMessage) OVERRIDE FINAL;
|
| + virtual void didParseSource(const String& scriptId, const Script&, CompileResult) OVERRIDE FINAL;
|
| virtual void didReceiveV8AsyncTaskEvent(ExecutionContext*, const String& eventType, const String& eventName, int id) OVERRIDE FINAL;
|
|
|
| void setPauseOnExceptionsImpl(ErrorString*, int);
|
|
|