Upstream version 11.40.277.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / fetch / FetchUtils.h
index 1b6a177..d225a54 100644 (file)
@@ -21,6 +21,7 @@ public:
     static bool isForbiddenHeaderName(const String& name);
     static bool isForbiddenResponseHeaderName(const String& name);
     static bool isSimpleOrForbiddenRequest(const String& method, const HTTPHeaderMap&);
+    static AtomicString normalizeMethod(const AtomicString& method);
 
 private:
     FetchUtils(); // = delete;