Changeset 51551 in webkit


Ignore:
Timestamp:
Dec 1, 2009 11:01:07 AM (14 years ago)
Author:
eric@webkit.org
Message:

2009-12-01 Laszlo Gombos <Laszlo Gombos>

Reviewed by Eric Seidel.

PLATFORM(CAIRO) should be defined by WIN_CAIRO define
https://bugs.webkit.org/show_bug.cgi?id=22250

  • wtf/Platform.h: Remove WTF_PLATFORM_CAIRO as it is already define in config.h
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r51514 r51551  
     12009-12-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        PLATFORM(CAIRO) should be defined by WIN_CAIRO define
     6        https://bugs.webkit.org/show_bug.cgi?id=22250
     7
     8        * wtf/Platform.h: Remove WTF_PLATFORM_CAIRO as it is
     9        already define in config.h
     10
    1112009-11-30  Gavin Barraclough  <barraclough@apple.com>
    212
  • trunk/JavaScriptCore/wtf/Platform.h

    r51505 r51551  
    206206#endif
    207207
    208 /* Makes PLATFORM(WIN) default to PLATFORM(CAIRO) */
    209 /* FIXME: This should be changed from a blacklist to a whitelist */
    210 #if !PLATFORM(MAC) && !PLATFORM(QT) && !PLATFORM(WX) && !PLATFORM(CHROMIUM) && !PLATFORM(WINCE) && !PLATFORM(HAIKU) && !PLATFORM(ANDROID)
    211 #define WTF_PLATFORM_CAIRO 1
    212 #endif
    213 
    214208/* CPU */
    215209
Note: See TracChangeset for help on using the changeset viewer.