[Webkit-unassigned] [Bug 45142] [Qt] V8 port for QT platform: Use DateMath from WTF
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 3 09:51:07 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45142
--- Comment #2 from Andreas Kling <andreas.kling at nokia.com> 2010-09-03 09:51:07 PST ---
(From update of attachment 66435)
> + [Qt] V8 port for QT platform: Use DateMath from WTF
I'm sure there's a reason we need this from WTF, but could you expand on why? :-)
> - if (*dateString != ':') {
> + if (*dateString != ':')
> offset = ((o / 100) * 60 + (o % 100)) * sgn;
> - } else { // GMT+05:00
> + else { // GMT+05:00
While correct, please avoid making unrelated style changes as it makes "svn blame" harder to use.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list