Title: [231610] releases/WebKitGTK/webkit-2.20/Source/_javascript_Core
- Revision
- 231610
- Author
- [email protected]
- Date
- 2018-05-09 16:58:53 -0700 (Wed, 09 May 2018)
Log Message
Merge r230450 - [WPE] Don't install JSC C API headers
https://bugs.webkit.org/show_bug.cgi?id=184375
Reviewed by Žan Doberšek.
None of the functions declared in these headers are exported in WPE. Use the new jsc API
instead.
* PlatformWPE.cmake:
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.20/Source/_javascript_Core/ChangeLog (231609 => 231610)
--- releases/WebKitGTK/webkit-2.20/Source/_javascript_Core/ChangeLog 2018-05-09 23:58:52 UTC (rev 231609)
+++ releases/WebKitGTK/webkit-2.20/Source/_javascript_Core/ChangeLog 2018-05-09 23:58:53 UTC (rev 231610)
@@ -1,3 +1,15 @@
+2018-04-09 Michael Catanzaro <[email protected]>
+
+ [WPE] Don't install JSC C API headers
+ https://bugs.webkit.org/show_bug.cgi?id=184375
+
+ Reviewed by Žan Doberšek.
+
+ None of the functions declared in these headers are exported in WPE. Use the new jsc API
+ instead.
+
+ * PlatformWPE.cmake:
+
2018-05-01 Dominik Infuehr <[email protected]>
Add SetCallee as DFG-Operation
Modified: releases/WebKitGTK/webkit-2.20/Source/_javascript_Core/PlatformWPE.cmake (231609 => 231610)
--- releases/WebKitGTK/webkit-2.20/Source/_javascript_Core/PlatformWPE.cmake 2018-05-09 23:58:52 UTC (rev 231609)
+++ releases/WebKitGTK/webkit-2.20/Source/_javascript_Core/PlatformWPE.cmake 2018-05-09 23:58:53 UTC (rev 231610)
@@ -24,19 +24,3 @@
inspector/remote/glib/RemoteInspectorServer.h
inspector/remote/glib/RemoteInspectorUtils.h
)
-
-set(WPE_INSTALLED_JAVASCRIPTCORE_HEADERS
- API/JSBase.h
- API/JSContextRef.h
- API/JSObjectRef.h
- API/JSStringRef.h
- API/JSTypedArray.h
- API/JSValueRef.h
- API/_javascript_.h
- API/WebKitAvailability.h
-)
-
-install(FILES ${WPE_INSTALLED_JAVASCRIPTCORE_HEADERS}
- DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/wpe-${WPE_API_VERSION}/WPE/_javascript_Core"
- COMPONENT "Development"
-)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes