| Index: Source/core/inspector/InspectorConsoleAgent.h
|
| diff --git a/Source/core/inspector/InspectorConsoleAgent.h b/Source/core/inspector/InspectorConsoleAgent.h
|
| index c1ed427c94e929e44de19147b717635afad2f99c..a63e52a256ae2c2258e0d0f4e9593e7996a9b84d 100644
|
| --- a/Source/core/inspector/InspectorConsoleAgent.h
|
| +++ b/Source/core/inspector/InspectorConsoleAgent.h
|
| @@ -78,7 +78,7 @@ public:
|
|
|
| void didCommitLoad(LocalFrame*, DocumentLoader*);
|
|
|
| - void didFinishXHRLoading(XMLHttpRequest*, ThreadableLoaderClient*, unsigned long requestIdentifier, ScriptString, const AtomicString& method, const String& url, const String& sendURL, unsigned sendLineNumber);
|
| + void didFinishXHRLoading(XMLHttpRequest*, ThreadableLoaderClient*, unsigned long requestIdentifier, ScriptString, const AtomicString& method, const String& url);
|
| void addProfileFinishedMessageToConsole(PassRefPtrWillBeRawPtr<ScriptProfile>, unsigned lineNumber, const String& sourceURL);
|
| void addStartProfilingMessageToConsole(const String& title, unsigned lineNumber, const String& sourceURL);
|
| virtual void setMonitoringXHREnabled(ErrorString*, bool enabled) override;
|
|
|