| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 6f9ee912ef256a117285bc8b02001c041279456e..8d9ed4e0c81c71af0bd8a3dc820c26565a52539b 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -216,7 +216,7 @@ private:
|
| 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 failedToParseSource(const String& scriptId, const Script&) OVERRIDE FINAL;
|
|
|
| void setPauseOnExceptionsImpl(ErrorString*, int);
|
|
|
|
|