Title: [291960] trunk/Source
Revision
291960
Author
lmo...@igalia.com
Date
2022-03-27 23:15:24 -0700 (Sun, 27 Mar 2022)

Log Message

Unreviewed, non-unified buildfix
https://bugs.webkit.org/show_bug.cgi?id=238436


Source/_javascript_Core:

* dfg/DFGStrengthReductionPhase.cpp:

Source/WebCore:

* workers/service/ServiceWorkerWindowClient.cpp:

Source/WebKit:

* WebProcess/Storage/WebSWClientConnection.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (291959 => 291960)


--- trunk/Source/_javascript_Core/ChangeLog	2022-03-28 04:37:46 UTC (rev 291959)
+++ trunk/Source/_javascript_Core/ChangeLog	2022-03-28 06:15:24 UTC (rev 291960)
@@ -1,3 +1,10 @@
+2022-03-27  Lauro Moura  <lmo...@igalia.com>
+
+        Unreviewed, non-unified buildfix
+        https://bugs.webkit.org/show_bug.cgi?id=238436
+
+        * dfg/DFGStrengthReductionPhase.cpp:
+
 2022-03-26  Yusuke Suzuki  <ysuz...@apple.com>
 
         Use static_assert instead of COMPILE_ASSERT

Modified: trunk/Source/_javascript_Core/dfg/DFGStrengthReductionPhase.cpp (291959 => 291960)


--- trunk/Source/_javascript_Core/dfg/DFGStrengthReductionPhase.cpp	2022-03-28 04:37:46 UTC (rev 291959)
+++ trunk/Source/_javascript_Core/dfg/DFGStrengthReductionPhase.cpp	2022-03-28 06:15:24 UTC (rev 291960)
@@ -33,6 +33,7 @@
 #include "DFGClobberize.h"
 #include "DFGGraph.h"
 #include "DFGInsertionSet.h"
+#include "DFGJITCode.h"
 #include "DFGPhase.h"
 #include "MathCommon.h"
 #include "RegExpObject.h"

Modified: trunk/Source/WebCore/ChangeLog (291959 => 291960)


--- trunk/Source/WebCore/ChangeLog	2022-03-28 04:37:46 UTC (rev 291959)
+++ trunk/Source/WebCore/ChangeLog	2022-03-28 06:15:24 UTC (rev 291960)
@@ -1,3 +1,10 @@
+2022-03-27  Lauro Moura  <lmo...@igalia.com>
+
+        Unreviewed, non-unified buildfix
+        https://bugs.webkit.org/show_bug.cgi?id=238436
+
+        * workers/service/ServiceWorkerWindowClient.cpp:
+
 2022-03-27  Matt Woodrow  <mattwood...@apple.com>
 
         Preserve repeat() notation for grid-templates

Modified: trunk/Source/WebCore/workers/service/ServiceWorkerWindowClient.cpp (291959 => 291960)


--- trunk/Source/WebCore/workers/service/ServiceWorkerWindowClient.cpp	2022-03-28 04:37:46 UTC (rev 291959)
+++ trunk/Source/WebCore/workers/service/ServiceWorkerWindowClient.cpp	2022-03-28 06:15:24 UTC (rev 291960)
@@ -32,6 +32,7 @@
 #include "JSServiceWorkerWindowClient.h"
 #include "SWContextManager.h"
 #include "ServiceWorkerClients.h"
+#include "ServiceWorkerGlobalScope.h"
 #include "ServiceWorkerThread.h"
 
 namespace WebCore {

Modified: trunk/Source/WebKit/ChangeLog (291959 => 291960)


--- trunk/Source/WebKit/ChangeLog	2022-03-28 04:37:46 UTC (rev 291959)
+++ trunk/Source/WebKit/ChangeLog	2022-03-28 06:15:24 UTC (rev 291960)
@@ -1,3 +1,10 @@
+2022-03-27  Lauro Moura  <lmo...@igalia.com>
+
+        Unreviewed, non-unified buildfix
+        https://bugs.webkit.org/show_bug.cgi?id=238436
+
+        * WebProcess/Storage/WebSWClientConnection.cpp:
+
 2022-03-26  Yusuke Suzuki  <ysuz...@apple.com>
 
         Use static_assert instead of COMPILE_ASSERT

Modified: trunk/Source/WebKit/WebProcess/Storage/WebSWClientConnection.cpp (291959 => 291960)


--- trunk/Source/WebKit/WebProcess/Storage/WebSWClientConnection.cpp	2022-03-28 04:37:46 UTC (rev 291959)
+++ trunk/Source/WebKit/WebProcess/Storage/WebSWClientConnection.cpp	2022-03-28 06:15:24 UTC (rev 291960)
@@ -35,6 +35,8 @@
 #include "NetworkProcessConnection.h"
 #include "NetworkProcessMessages.h"
 #include "WebCoreArgumentCoders.h"
+#include "WebPage.h"
+#include "WebPageProxyMessages.h"
 #include "WebProcess.h"
 #include "WebProcessPoolMessages.h"
 #include "WebSWOriginTable.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to