| Index: Source/core/xml/XMLHttpRequest.h
|
| diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h
|
| index 55fbef2ed49ffd857e3d6231d6229bd077fd5289..118656d74999339eed353e84b6dfc5376b6f7c1e 100644
|
| --- a/Source/core/xml/XMLHttpRequest.h
|
| +++ b/Source/core/xml/XMLHttpRequest.h
|
| @@ -124,9 +124,7 @@ public:
|
| void sendForInspectorXHRReplay(PassRefPtr<FormData>, ExceptionState&);
|
|
|
| // Expose HTTP validation methods for other untrusted requests.
|
| - static bool isAllowedHTTPMethod(const String&);
|
| static AtomicString uppercaseKnownHTTPMethod(const AtomicString&);
|
| - static bool isAllowedHTTPHeader(const String&);
|
|
|
| void setResponseType(const String&, ExceptionState&);
|
| String responseType();
|
|
|