Title: [256301] trunk/Source/WebCore
Revision
256301
Author
[email protected]
Date
2020-02-11 05:03:46 -0800 (Tue, 11 Feb 2020)

Log Message

Unreviewed. Fix WPE build after r256298

It started to fail in r256298 because of unified builds, but the issue was introduced in r256013.

* platform/network/soup/ResourceRequestSoup.cpp: Add missing header include.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (256300 => 256301)


--- trunk/Source/WebCore/ChangeLog	2020-02-11 11:31:58 UTC (rev 256300)
+++ trunk/Source/WebCore/ChangeLog	2020-02-11 13:03:46 UTC (rev 256301)
@@ -1,3 +1,11 @@
+2020-02-11  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix WPE build after r256298
+
+        It started to fail in r256298 because of unified builds, but the issue was introduced in r256013.
+
+        * platform/network/soup/ResourceRequestSoup.cpp: Add missing header include.
+
 2020-01-30  Carlos Garcia Campos  <[email protected]>
 
         [WPE] Add initial support for rendering scrollbars

Modified: trunk/Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp (256300 => 256301)


--- trunk/Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp	2020-02-11 11:31:58 UTC (rev 256300)
+++ trunk/Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp	2020-02-11 13:03:46 UTC (rev 256301)
@@ -27,6 +27,7 @@
 #include "GUniquePtrSoup.h"
 #include "HTTPParsers.h"
 #include "MIMETypeRegistry.h"
+#include "RegistrableDomain.h"
 #include "SharedBuffer.h"
 #include "URLSoup.h"
 #include <wtf/text/CString.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to