From d11f84f5b5cdc0d92a08af01b13472fdd5f9acb9 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 11 Jan 2012 10:03:25 +0100 Subject: Imported WebKit commit 75bb2fc5882d2e1b3d5572c2961507996cbca5e3 (http://svn.webkit.org/repository/webkit/trunk@104681) --- Source/JavaScriptCore/wtf/DateMath.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/JavaScriptCore/wtf/DateMath.cpp') diff --git a/Source/JavaScriptCore/wtf/DateMath.cpp b/Source/JavaScriptCore/wtf/DateMath.cpp index 86bd99527..dc503ca2a 100644 --- a/Source/JavaScriptCore/wtf/DateMath.cpp +++ b/Source/JavaScriptCore/wtf/DateMath.cpp @@ -961,6 +961,7 @@ double parseDateFromNullTerminatedCharacters(const char* dateString, bool& haveT else offset = o * 60 * sgn; } else { // GMT+05:00 + ++dateString; // skip the ':' long o2; if (!parseLong(dateString, &newPosStr, 10, &o2)) return std::numeric_limits::quiet_NaN(); -- cgit v1.2.1