Title: [291608] trunk/Source
Revision
291608
Author
dp...@igalia.com
Date
2022-03-22 01:51:33 -0700 (Tue, 22 Mar 2022)

Log Message

Source/WebCore:
Unreviewed, fix non-unified build after r291597

* css/typedom/CSSNumericValue.cpp:

Source/WebKit:
Unreviewed, fix non-unified build after r291589

* NetworkProcess/NetworkBroadcastChannelRegistry.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (291607 => 291608)


--- trunk/Source/WebCore/ChangeLog	2022-03-22 08:14:55 UTC (rev 291607)
+++ trunk/Source/WebCore/ChangeLog	2022-03-22 08:51:33 UTC (rev 291608)
@@ -1,3 +1,9 @@
+2022-03-22  Diego Pino Garcia  <dp...@igalia.com>
+
+        Unreviewed, fix non-unified build after r291597
+
+        * css/typedom/CSSNumericValue.cpp:
+
 2022-03-22  Frédéric Wang  <fw...@igalia.com>
 
         Adjust anchor/focus nodes after removal when LiveRangeSelection is enabled

Modified: trunk/Source/WebCore/css/typedom/CSSNumericValue.cpp (291607 => 291608)


--- trunk/Source/WebCore/css/typedom/CSSNumericValue.cpp	2022-03-22 08:14:55 UTC (rev 291607)
+++ trunk/Source/WebCore/css/typedom/CSSNumericValue.cpp	2022-03-22 08:51:33 UTC (rev 291608)
@@ -43,6 +43,7 @@
 #include "CSSNumericType.h"
 #include "CSSUnitValue.h"
 #include "ExceptionOr.h"
+#include <wtf/Algorithms.h>
 #include <wtf/IsoMallocInlines.h>
 
 namespace WebCore {

Modified: trunk/Source/WebKit/ChangeLog (291607 => 291608)


--- trunk/Source/WebKit/ChangeLog	2022-03-22 08:14:55 UTC (rev 291607)
+++ trunk/Source/WebKit/ChangeLog	2022-03-22 08:51:33 UTC (rev 291608)
@@ -1,3 +1,9 @@
+2022-03-22  Diego Pino Garcia  <dp...@igalia.com>
+
+        Unreviewed, fix non-unified build after r291589
+
+        * NetworkProcess/NetworkBroadcastChannelRegistry.cpp:
+
 2022-03-22  Youenn Fablet  <you...@apple.com>
 
         Website policies are not respected when doing COOP based process swap

Modified: trunk/Source/WebKit/NetworkProcess/NetworkBroadcastChannelRegistry.cpp (291607 => 291608)


--- trunk/Source/WebKit/NetworkProcess/NetworkBroadcastChannelRegistry.cpp	2022-03-22 08:14:55 UTC (rev 291607)
+++ trunk/Source/WebKit/NetworkProcess/NetworkBroadcastChannelRegistry.cpp	2022-03-22 08:51:33 UTC (rev 291608)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "NetworkBroadcastChannelRegistry.h"
 
+#include "NetworkProcess.h"
 #include "NetworkProcessProxyMessages.h"
 #include "WebBroadcastChannelRegistryMessages.h"
 #include <WebCore/MessageWithMessagePorts.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to