Title: [172516] trunk/Source/WebKit2
- Revision
- 172516
- Author
- [email protected]
- Date
- 2014-08-12 23:44:35 -0700 (Tue, 12 Aug 2014)
Log Message
[CMAKE] WebProcess shouldn't need to explicitly link to _javascript_Core and WebCore
https://bugs.webkit.org/show_bug.cgi?id=135832
Reviewed by Gyuyoung Kim.
Linking to WebKit2 should be enough, like Network and Plugin processes.
* CMakeLists.txt:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/CMakeLists.txt (172515 => 172516)
--- trunk/Source/WebKit2/CMakeLists.txt 2014-08-13 04:15:08 UTC (rev 172515)
+++ trunk/Source/WebKit2/CMakeLists.txt 2014-08-13 06:44:35 UTC (rev 172516)
@@ -653,8 +653,6 @@
)
set(WebProcess_LIBRARIES
- _javascript_Core
- WebCore
WebKit2
)
Modified: trunk/Source/WebKit2/ChangeLog (172515 => 172516)
--- trunk/Source/WebKit2/ChangeLog 2014-08-13 04:15:08 UTC (rev 172515)
+++ trunk/Source/WebKit2/ChangeLog 2014-08-13 06:44:35 UTC (rev 172516)
@@ -1,3 +1,14 @@
+2014-08-12 Carlos Garcia Campos <[email protected]>
+
+ [CMAKE] WebProcess shouldn't need to explicitly link to _javascript_Core and WebCore
+ https://bugs.webkit.org/show_bug.cgi?id=135832
+
+ Reviewed by Gyuyoung Kim.
+
+ Linking to WebKit2 should be enough, like Network and Plugin processes.
+
+ * CMakeLists.txt:
+
2014-08-12 Tim Horton <[email protected]>
Document-relative page overlays drop some mouse events with non-zero top content inset
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes