diff options
Diffstat (limited to 'WebCore/platform/network/HTTPParsers.h')
-rw-r--r-- | WebCore/platform/network/HTTPParsers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/network/HTTPParsers.h b/WebCore/platform/network/HTTPParsers.h index 28a9ce9..0648aee 100644 --- a/WebCore/platform/network/HTTPParsers.h +++ b/WebCore/platform/network/HTTPParsers.h @@ -34,6 +34,7 @@ namespace WebCore { class String; bool parseHTTPRefresh(const String& refresh, bool fromHttpEquivMeta, double& delay, String& url); + double parseDate(const String&); String filenameFromHTTPContentDisposition(const String&); String extractMIMETypeFromMediaType(const String&); String extractCharsetFromMediaType(const String&); |