Index: Source/core/inspector/InspectorResourceAgent.h |
diff --git a/Source/core/inspector/InspectorResourceAgent.h b/Source/core/inspector/InspectorResourceAgent.h |
index fe6f28079f828ba3e74be7ac7f2a91f1c2620a0b..24ef08abb019c207743a759aa88bcf6aef5f4eca 100644 |
--- a/Source/core/inspector/InspectorResourceAgent.h |
+++ b/Source/core/inspector/InspectorResourceAgent.h |
@@ -98,7 +98,7 @@ public: |
void didReceiveScriptResponse(unsigned long identifier); |
void documentThreadableLoaderStartedLoadingForClient(unsigned long identifier, ThreadableLoaderClient*); |
- void willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString& method, const KURL&, bool async, PassRefPtr<FormData> body, const HTTPHeaderMap& headers, bool includeCrendentials); |
+ void willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString& method, const KURL&, bool async, FormData* body, const HTTPHeaderMap& headers, bool includeCrendentials); |
void didFailXHRLoading(XMLHttpRequest*, ThreadableLoaderClient*); |
void didFinishXHRLoading(XMLHttpRequest*, ThreadableLoaderClient*, unsigned long identifier, ScriptString sourceString, const AtomicString&, const String&, const String&, unsigned); |