| Index: Source/core/xml/XMLHttpRequest.h
|
| diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h
|
| index f821c2eaa899eb4002267409b846e4571afee718..9017990baea4e297060335b5d0ee70a4d6482ddb 100644
|
| --- a/Source/core/xml/XMLHttpRequest.h
|
| +++ b/Source/core/xml/XMLHttpRequest.h
|
| @@ -120,6 +120,7 @@ public:
|
| static bool isAllowedHTTPMethod(const String&);
|
| static String uppercaseKnownHTTPMethod(const String&);
|
| static bool isAllowedHTTPHeader(const String&);
|
| + static bool isLocallyAllowedHTTPHeader(const String& name);
|
|
|
| void setResponseType(const String&, ExceptionCode&);
|
| String responseType();
|
|
|