Index: Source/WebCore/platform/network/HTTPParsers.h |
=================================================================== |
--- Source/WebCore/platform/network/HTTPParsers.h (revision 106518) |
+++ Source/WebCore/platform/network/HTTPParsers.h (working copy) |
@@ -50,6 +50,7 @@ |
} ContentDispositionType; |
ContentDispositionType contentDispositionType(const String&); |
+bool isRFC2616Token(const String&); |
bool parseHTTPRefresh(const String& refresh, bool fromHttpEquivMeta, double& delay, String& url); |
double parseDate(const String&); |
String filenameFromHTTPContentDisposition(const String&); |