Changeset 117027 in webkit
- Timestamp:
- May 14, 2012, 9:36:26 PM (14 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
wtf/Platform.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r117008 r117027 1 2012-05-14 Andy Estes <aestes@apple.com> 2 3 Add WTF_USE_APPKIT to differentiate platforms that use AppKit.framework from other Darwin platforms 4 https://bugs.webkit.org/show_bug.cgi?id=86432 5 6 Reviewed by Maciej Stachowiak. 7 8 * wtf/Platform.h: 9 1 10 2012-05-14 Mark Rowe <mrowe@apple.com> 2 11 -
trunk/Source/WTF/wtf/Platform.h
r116385 r117027 553 553 #define HAVE_LAYER_HOSTING_IN_WINDOW_SERVER 1 554 554 #endif 555 #define WTF_USE_APPKIT 1 555 556 #endif /* PLATFORM(MAC) && !PLATFORM(IOS) */ 556 557 … … 604 605 #endif 605 606 607 #define WTF_USE_APPKIT 0 606 608 #endif 607 609
Note:
See TracChangeset
for help on using the changeset viewer.