| Index: Source/core/inspector/InspectorResourceAgent.h
|
| diff --git a/Source/core/inspector/InspectorResourceAgent.h b/Source/core/inspector/InspectorResourceAgent.h
|
| index 5c64d9c4b538b1580c31c91fbbc95f8f2a460a05..831ad560724f0471aa8ccf6690aeef5a11729896 100644
|
| --- a/Source/core/inspector/InspectorResourceAgent.h
|
| +++ b/Source/core/inspector/InspectorResourceAgent.h
|
| @@ -48,8 +48,8 @@ class Resource;
|
| struct FetchInitiatorInfo;
|
| class Document;
|
| class DocumentLoader;
|
| +class EncodedFormData;
|
| class ExecutionContext;
|
| -class FormData;
|
| class LocalFrame;
|
| class HTTPHeaderMap;
|
| class InspectorFrontend;
|
| @@ -97,7 +97,7 @@ public:
|
| bool shouldForceCORSPreflight();
|
|
|
| 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, PassRefPtr<EncodedFormData> body, const HTTPHeaderMap& headers, bool includeCrendentials);
|
| void didFailXHRLoading(ExecutionContext*, XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString&, const String&);
|
| void didFinishXHRLoading(ExecutionContext*, XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString&, const String&);
|
|
|
|
|