Changeset 106290 in webkit


Ignore:
Timestamp:
Jan 30, 2012 2:48:10 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[BlackBerry] OS(QNX) also has TM_GMTOFF, TM_ZONE, and TIMEGM
https://bugs.webkit.org/show_bug.cgi?id=77360

Patch by Yong Li <yoli@rim.com> on 2012-01-30
Reviewed by Rob Buis.

Turn on HAVE(TM_GMTOFF), HAVE(TM_ZONE), and HAVE(TIMEGM)
for OS(QNX).

  • wtf/Platform.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r106288 r106290  
     12012-01-30  Yong Li  <yoli@rim.com>
     2
     3        [BlackBerry] OS(QNX) also has TM_GMTOFF, TM_ZONE, and TIMEGM
     4        https://bugs.webkit.org/show_bug.cgi?id=77360
     5
     6        Reviewed by Rob Buis.
     7
     8        Turn on HAVE(TM_GMTOFF), HAVE(TM_ZONE), and HAVE(TIMEGM)
     9        for OS(QNX).
     10
     11        * wtf/Platform.h:
     12
    1132012-01-30  Gavin Barraclough  <barraclough@apple.com>
    214
  • trunk/Source/JavaScriptCore/wtf/Platform.h

    r105987 r106290  
    670670#endif
    671671
    672 #if !OS(WINDOWS) && !OS(SOLARIS) && !OS(QNX) \
     672#if !OS(WINDOWS) && !OS(SOLARIS) \
    673673    && !OS(RVCT) \
    674674    && !OS(ANDROID)
Note: See TracChangeset for help on using the changeset viewer.