Changeset 173296 in webkit
- Timestamp:
- Sep 4, 2014, 5:29:34 PM (12 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebKitTestRunner/config.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r173290 r173296 1 2014-09-04 Andy Estes <aestes@apple.com> 2 3 Fix the Mac Production build after r173283. 4 5 * WebKitTestRunner/config.h: Reverted to defining WEBCORE_EXPORT for now. 6 1 7 2014-09-04 Brent Fulgham <bfulgham@apple.com> 2 8 -
trunk/Tools/WebKitTestRunner/config.h
r173288 r173296 30 30 #endif 31 31 32 #include <WebCore/PlatformExportMacros.h>33 32 #include <WebKit/WebKit2_C.h> 33 #include <wtf/Platform.h> 34 #include <wtf/ExportMacros.h> 34 35 #include <runtime/JSExportMacros.h> 35 36 37 // This is needed because we include WebCore's headers. 38 // FIXME: We should include <WebCore/PlatformExportMacros.h> instead. 39 #define WEBCORE_EXPORT 40 36 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.