⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 173296 in webkit


Ignore:
Timestamp:
Sep 4, 2014, 5:29:34 PM (12 years ago)
Author:
aestes@apple.com
Message:

Fix the Mac Production build after r173283.

  • WebKitTestRunner/config.h: Reverted to defining WEBCORE_EXPORT for now.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r173290 r173296  
     12014-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
    172014-09-04  Brent Fulgham  <bfulgham@apple.com>
    28
  • trunk/Tools/WebKitTestRunner/config.h

    r173288 r173296  
    3030#endif
    3131
    32 #include <WebCore/PlatformExportMacros.h>
    3332#include <WebKit/WebKit2_C.h>
     33#include <wtf/Platform.h>
     34#include <wtf/ExportMacros.h>
    3435#include <runtime/JSExportMacros.h>
    3536
     37// This is needed because we include WebCore's headers.
     38// FIXME: We should include <WebCore/PlatformExportMacros.h> instead.
     39#define WEBCORE_EXPORT
     40
    3641#endif
Note: See TracChangeset for help on using the changeset viewer.