Changeset 186826 in webkit for trunk/Source/JavaScriptCore/API
- Timestamp:
- Jul 14, 2015, 4:50:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSBase.h
r184906 r186826 85 85 #endif /* defined(JS_NO_EXPORT) */ 86 86 87 /* JS tests uses WTF but has no config.h, so we need to set the export defines here. */88 #ifndef WTF_EXPORT_PRIVATE89 #define WTF_EXPORT_PRIVATE JS_EXPORT90 #endif91 92 87 #ifdef __cplusplus 93 88 extern "C" {
Note:
See TracChangeset
for help on using the changeset viewer.