Title: [260387] trunk
- Revision
- 260387
- Author
- [email protected]
- Date
- 2020-04-20 12:37:03 -0700 (Mon, 20 Apr 2020)
Log Message
[PlayStation] Fix build after r260277
https://bugs.webkit.org/show_bug.cgi?id=210756
Reviewed by Don Olmstead.
Source/WebKit:
Build fix, no new tests.
* PlatformPlayStation.cmake:
Tools:
* TestWebKitAPI/PlatformPlayStation.cmake:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (260386 => 260387)
--- trunk/Source/WebKit/ChangeLog 2020-04-20 19:35:22 UTC (rev 260386)
+++ trunk/Source/WebKit/ChangeLog 2020-04-20 19:37:03 UTC (rev 260387)
@@ -1,3 +1,14 @@
+2020-04-20 Stephan Szabo <[email protected]>
+
+ [PlayStation] Fix build after r260277
+ https://bugs.webkit.org/show_bug.cgi?id=210756
+
+ Reviewed by Don Olmstead.
+
+ Build fix, no new tests.
+
+ * PlatformPlayStation.cmake:
+
2020-04-20 Chris Dumez <[email protected]>
Sending beacons when Fetch KeepAlive feature is disabled crashes the WebProcess
Modified: trunk/Source/WebKit/PlatformPlayStation.cmake (260386 => 260387)
--- trunk/Source/WebKit/PlatformPlayStation.cmake 2020-04-20 19:35:22 UTC (rev 260386)
+++ trunk/Source/WebKit/PlatformPlayStation.cmake 2020-04-20 19:37:03 UTC (rev 260387)
@@ -162,4 +162,5 @@
# so they are added here.
list(APPEND WebKit_PRIVATE_LIBRARIES
$<TARGET_OBJECTS:PAL>
+ $<TARGET_OBJECTS:WebCore>
)
Modified: trunk/Tools/ChangeLog (260386 => 260387)
--- trunk/Tools/ChangeLog 2020-04-20 19:35:22 UTC (rev 260386)
+++ trunk/Tools/ChangeLog 2020-04-20 19:37:03 UTC (rev 260387)
@@ -1,3 +1,12 @@
+2020-04-20 Stephan Szabo <[email protected]>
+
+ [PlayStation] Fix build after r260277
+ https://bugs.webkit.org/show_bug.cgi?id=210756
+
+ Reviewed by Don Olmstead.
+
+ * TestWebKitAPI/PlatformPlayStation.cmake:
+
2020-04-20 Wenson Hsieh <[email protected]>
Oversized caret and selection rects in text fields on ganji.com and netflix.com/login
Modified: trunk/Tools/TestWebKitAPI/PlatformPlayStation.cmake (260386 => 260387)
--- trunk/Tools/TestWebKitAPI/PlatformPlayStation.cmake 2020-04-20 19:35:22 UTC (rev 260386)
+++ trunk/Tools/TestWebKitAPI/PlatformPlayStation.cmake 2020-04-20 19:37:03 UTC (rev 260387)
@@ -27,6 +27,7 @@
# so they are added here.
list(APPEND TestWebCore_PRIVATE_LIBRARIES
$<TARGET_OBJECTS:PAL>
+ $<TARGET_OBJECTS:WebCore>
)
# TestWebKit
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes