Changeset 45908 in webkit for trunk/JavaScriptCore/ChangeLog
- Timestamp:
- Jul 15, 2009, 7:18:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r45907 r45908 1 2009-07-15 Laszlo Gombos <[email protected]> 2 3 Reviewed by Dave Kilzer. 4 5 Turn off non-portable date manipulations for SYMBIAN 6 https://bugs.webkit.org/show_bug.cgi?id=27064 7 8 Introduce HAVE(TM_GMTOFF), HAVE(TM_ZONE) and HAVE(TIMEGM) guards 9 and place the rules for controlling the guards in Platform.h. 10 Turn off these newly introduced guards for SYMBIAN. 11 12 * wtf/DateMath.cpp: 13 (WTF::calculateUTCOffset): 14 * wtf/DateMath.h: 15 (WTF::GregorianDateTime::GregorianDateTime): 16 (WTF::GregorianDateTime::operator tm): 17 * wtf/Platform.h: 18 1 19 2009-07-15 Norbert Leser <[email protected]> 2 20
Note:
See TracChangeset
for help on using the changeset viewer.