Title: [270519] trunk/Source/WebCore
Revision
270519
Author
ape...@igalia.com
Date
2020-12-07 12:56:51 -0800 (Mon, 07 Dec 2020)

Log Message

Non-unified build fixes, early December 2020 edition (bis)
https://bugs.webkit.org/show_bug.cgi?id=219607

Unreviewed non-unified build fixes.


* contentextensions/ImmutableNFA.h:
* contentextensions/SerializedNFA.cpp:
* contentextensions/SerializedNFA.h:
* loader/DocumentLoader.cpp:
* platform/audio/MultiChannelResampler.h:
* platform/audio/SincResampler.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (270518 => 270519)


--- trunk/Source/WebCore/ChangeLog	2020-12-07 20:48:12 UTC (rev 270518)
+++ trunk/Source/WebCore/ChangeLog	2020-12-07 20:56:51 UTC (rev 270519)
@@ -1,3 +1,17 @@
+2020-12-07  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Non-unified build fixes, early December 2020 edition (bis)
+        https://bugs.webkit.org/show_bug.cgi?id=219607
+
+        Unreviewed non-unified build fixes.
+
+        * contentextensions/ImmutableNFA.h:
+        * contentextensions/SerializedNFA.cpp:
+        * contentextensions/SerializedNFA.h:
+        * loader/DocumentLoader.cpp:
+        * platform/audio/MultiChannelResampler.h:
+        * platform/audio/SincResampler.h:
+
 2020-12-07  Ryan Haddad  <ryanhad...@apple.com>
 
         Unreviewed, reverting r270507.

Modified: trunk/Source/WebCore/contentextensions/ImmutableNFA.h (270518 => 270519)


--- trunk/Source/WebCore/contentextensions/ImmutableNFA.h	2020-12-07 20:48:12 UTC (rev 270518)
+++ trunk/Source/WebCore/contentextensions/ImmutableNFA.h	2020-12-07 20:56:51 UTC (rev 270519)
@@ -27,6 +27,7 @@
 
 #if ENABLE(CONTENT_EXTENSIONS)
 
+#include "ContentExtensionsDebugging.h"
 #include <wtf/Vector.h>
 
 namespace WebCore {

Modified: trunk/Source/WebCore/contentextensions/SerializedNFA.cpp (270518 => 270519)


--- trunk/Source/WebCore/contentextensions/SerializedNFA.cpp	2020-12-07 20:48:12 UTC (rev 270518)
+++ trunk/Source/WebCore/contentextensions/SerializedNFA.cpp	2020-12-07 20:56:51 UTC (rev 270519)
@@ -26,6 +26,8 @@
 #include "config.h"
 #include "SerializedNFA.h"
 
+#include "NFA.h"
+
 #if ENABLE(CONTENT_EXTENSIONS)
 
 namespace WebCore {

Modified: trunk/Source/WebCore/contentextensions/SerializedNFA.h (270518 => 270519)


--- trunk/Source/WebCore/contentextensions/SerializedNFA.h	2020-12-07 20:48:12 UTC (rev 270518)
+++ trunk/Source/WebCore/contentextensions/SerializedNFA.h	2020-12-07 20:56:51 UTC (rev 270519)
@@ -27,6 +27,7 @@
 
 #if ENABLE(CONTENT_EXTENSIONS)
 
+#include "ImmutableNFA.h"
 #include <wtf/FileSystem.h>
 
 namespace WebCore {

Modified: trunk/Source/WebCore/loader/DocumentLoader.cpp (270518 => 270519)


--- trunk/Source/WebCore/loader/DocumentLoader.cpp	2020-12-07 20:48:12 UTC (rev 270518)
+++ trunk/Source/WebCore/loader/DocumentLoader.cpp	2020-12-07 20:56:51 UTC (rev 270519)
@@ -69,6 +69,7 @@
 #include "MemoryCache.h"
 #include "NavigationScheduler.h"
 #include "NetworkLoadMetrics.h"
+#include "NetworkStorageSession.h"
 #include "Page.h"
 #include "PingLoader.h"
 #include "PlatformStrategies.h"

Modified: trunk/Source/WebCore/platform/audio/MultiChannelResampler.h (270518 => 270519)


--- trunk/Source/WebCore/platform/audio/MultiChannelResampler.h	2020-12-07 20:48:12 UTC (rev 270518)
+++ trunk/Source/WebCore/platform/audio/MultiChannelResampler.h	2020-12-07 20:56:51 UTC (rev 270519)
@@ -31,6 +31,7 @@
 
 #include "AudioArray.h"
 #include <memory>
+#include <wtf/Function.h>
 #include <wtf/Vector.h>
 
 namespace WebCore {

Modified: trunk/Source/WebCore/platform/audio/SincResampler.h (270518 => 270519)


--- trunk/Source/WebCore/platform/audio/SincResampler.h	2020-12-07 20:48:12 UTC (rev 270518)
+++ trunk/Source/WebCore/platform/audio/SincResampler.h	2020-12-07 20:56:51 UTC (rev 270519)
@@ -31,6 +31,7 @@
 
 #include "AudioArray.h"
 #include "AudioSourceProvider.h"
+#include <wtf/Function.h>
 #include <wtf/Optional.h>
 #include <wtf/RefPtr.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to