| Index: Source/core/inspector/InspectorConsoleAgent.h
|
| diff --git a/Source/core/inspector/InspectorConsoleAgent.h b/Source/core/inspector/InspectorConsoleAgent.h
|
| index f4e1e496fc7f292f0e0ced4f0ca9d3a8c6128b9d..710dbdde6b42063f67a4d9125eb8792ef31d50e4 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;
|
|
|