| Index: Source/core/xml/XMLHttpRequest.h
|
| diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h
|
| index 0d7a05328268ee2d6ac7bdaa65fb80208b7226f8..4767d7664980514bd9538f753cd28fc44824bd2a 100644
|
| --- a/Source/core/xml/XMLHttpRequest.h
|
| +++ b/Source/core/xml/XMLHttpRequest.h
|
| @@ -114,7 +114,8 @@ public:
|
| void setTimeout(unsigned long timeout, ExceptionCode&);
|
| #endif
|
|
|
| - void sendFromInspector(PassRefPtr<FormData>, ExceptionCode&);
|
| + void sendForInspector(ExceptionCode&);
|
| + void sendForInspectorXHRReplay(PassRefPtr<FormData>, ExceptionCode&);
|
|
|
| // Expose HTTP validation methods for other untrusted requests.
|
| static bool isAllowedHTTPMethod(const String&);
|
| @@ -227,6 +228,7 @@ private:
|
| bool m_uploadComplete;
|
|
|
| bool m_sameOriginRequest;
|
| + bool m_allowCrossOriginRequests;
|
|
|
| // Used for onprogress tracking
|
| long long m_receivedLength;
|
|
|