| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 72bdb83de89ca5fb4b2b574acf541e999fc794e8..0d80a225b5d1559873767681c5902860cfd2be6b 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -207,8 +207,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&, bool hasSyntaxError) OVERRIDE FINAL;
|
|
|
| void setPauseOnExceptionsImpl(ErrorString*, int);
|
|
|
|
|