Changeset 184465 in webkit
- Timestamp:
- May 18, 2015, 5:23:14 AM (10 years ago)
- Location:
- releases/WebKitGTK/webkit-2.4/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.4/Source/JavaScriptCore/API/WebKitAvailability.h
r161414 r184465 27 27 #define __WebKitAvailability__ 28 28 29 #if def __APPLE__29 #if defined(__APPLE__) && !defined(BUILDING_GTK__) 30 30 #include <AvailabilityMacros.h> 31 31 #include <CoreFoundation/CoreFoundation.h> -
releases/WebKitGTK/webkit-2.4/Source/JavaScriptCore/ChangeLog
r184462 r184465 1 2015-01-06 Philip Chimento <philip.chimento@gmail.com> 2 3 webkit-gtk 2.3.3 fails to build on OS X - Conflicting type "Fixed" 4 https://bugs.webkit.org/show_bug.cgi?id=126433 5 6 Don't include CoreFoundation.h when building the GTK port. 7 8 * Source/JavaScriptCore/API/WebKitAvailability.h: Add 9 !defined(BUILDING_GTK__) to defined(__APPLE__). 10 1 11 2015-03-09 Mark Lam <mark.lam@apple.com> 2 12
Note:
See TracChangeset
for help on using the changeset viewer.