Title: [230657] trunk/Source/WebKit
Revision
230657
Author
commit-qu...@webkit.org
Date
2018-04-14 00:00:54 -0700 (Sat, 14 Apr 2018)

Log Message

[GTK][WPE] Build is broken after r230640
https://bugs.webkit.org/show_bug.cgi?id=184623

Patch by Carlos Eduardo Ramalho <cadubent...@gmail.com> on 2018-04-14
Reviewed by Žan Doberšek.

UIProcess/SuspendedPageProxy.cpp was not included to CMake build in r230640.

* CMakeLists.txt: Added UIProcess/SuspendedPageProxy.cpp to WebKit_SOURCES.

Modified Paths

Diff

Modified: trunk/Source/WebKit/CMakeLists.txt (230656 => 230657)


--- trunk/Source/WebKit/CMakeLists.txt	2018-04-14 04:48:35 UTC (rev 230656)
+++ trunk/Source/WebKit/CMakeLists.txt	2018-04-14 07:00:54 UTC (rev 230657)
@@ -311,6 +311,7 @@
     UIProcess/ResponsivenessTimer.cpp
     UIProcess/ServiceWorkerProcessProxy.cpp
     UIProcess/StatisticsRequest.cpp
+    UIProcess/SuspendedPageProxy.cpp
     UIProcess/SystemPreviewController.cpp
     UIProcess/TextCheckerCompletion.cpp
     UIProcess/UIMessagePortChannelProvider.cpp

Modified: trunk/Source/WebKit/ChangeLog (230656 => 230657)


--- trunk/Source/WebKit/ChangeLog	2018-04-14 04:48:35 UTC (rev 230656)
+++ trunk/Source/WebKit/ChangeLog	2018-04-14 07:00:54 UTC (rev 230657)
@@ -1,3 +1,14 @@
+2018-04-14  Carlos Eduardo Ramalho  <cadubent...@gmail.com>
+
+        [GTK][WPE] Build is broken after r230640
+        https://bugs.webkit.org/show_bug.cgi?id=184623
+
+        Reviewed by Žan Doberšek.
+
+        UIProcess/SuspendedPageProxy.cpp was not included to CMake build in r230640.
+
+        * CMakeLists.txt: Added UIProcess/SuspendedPageProxy.cpp to WebKit_SOURCES.
+
 2018-04-13  Ryan Haddad  <ryanhad...@apple.com>
 
         Unreviewed, rolling out r230447.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to