Changeset 30812 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Mar 5, 2008, 2:44:12 PM (17 years ago)
Author:
[email protected]
Message:

2008-03-05 Brent Fulgham <[email protected]>

Reviewed by Adam Roben.

Modify source files to use the USE(SAFARI_THEME) macro, rather than
USE_SAFARI_THEME. (http://bugs.webkit.org/show_bug.cgi?id=17683)

  • WebCore/platform/win/PlatformScrollBarSafari.cpp
  • WebCore/rendering/RenderThemeSafari.cpp
  • WebCore/rendering/RenderThemeSafari.h
  • config.h: Move definition of WTF_USE_SAFARI_THEME here

2008-03-05 Brent Fulgham <[email protected]>

Reviewed by Adam Roben.

Remove definition of WTF_USE_SAFARI_THEME from wtf/Platform.h
because the PLATFORM(CG) flag is not set until config.h has
already included this file.

  • wtf/Platform.h: Remove useless definition of WTF_USE_SAFARI_THEME
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Platform.h

    r30687 r30812  
    113113#endif
    114114
    115 #if PLATFORM(WIN)&& PLATFORM(CG)
    116 #define WTF_USE_SAFARI_THEME 1
    117 #endif
    118 
    119115#ifdef __S60__
    120116// we are cross-compiling, it is not really windows
Note: See TracChangeset for help on using the changeset viewer.