Changeset 186826 in webkit for trunk/Source/JavaScriptCore/API


Ignore:
Timestamp:
Jul 14, 2015, 4:50:39 PM (10 years ago)
Author:
[email protected]
Message:

Assertions.h should include ExportMacros.h
https://bugs.webkit.org/show_bug.cgi?id=146948

Reviewed by Tim Horton.

Source/JavaScriptCore:

Remove now unneeded WTF_EXPORT_PRIVATE define.

  • API/JSBase.h:

Source/WTF:

  • wtf/Assertions.h:

Tools:

Remove now unneeded WTF_EXPORT_PRIVATE define.

  • DumpRenderTree/cg/ImageDiffCG.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/API/JSBase.h

    r184906 r186826  
    8585#endif /* defined(JS_NO_EXPORT) */
    8686
    87 /* JS tests uses WTF but has no config.h, so we need to set the export defines here. */
    88 #ifndef WTF_EXPORT_PRIVATE
    89 #define WTF_EXPORT_PRIVATE JS_EXPORT
    90 #endif
    91 
    9287#ifdef __cplusplus
    9388extern "C" {
Note: See TracChangeset for help on using the changeset viewer.