Title: [272340] trunk/Source/WebCore
Revision
272340
Author
[email protected]
Date
2021-02-03 14:46:37 -0800 (Wed, 03 Feb 2021)

Log Message

Add missing header to fix non-unified builds.

Unreviewed non-unified build fix.

No new tests needed.

* platform/network/soup/AuthenticationChallengeSoup.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (272339 => 272340)


--- trunk/Source/WebCore/ChangeLog	2021-02-03 22:20:48 UTC (rev 272339)
+++ trunk/Source/WebCore/ChangeLog	2021-02-03 22:46:37 UTC (rev 272340)
@@ -1,3 +1,13 @@
+2021-02-03  Adrian Perez de Castro  <[email protected]>
+
+        Add missing header to fix non-unified builds.
+
+        Unreviewed non-unified build fix.
+
+        No new tests needed.
+
+        * platform/network/soup/AuthenticationChallengeSoup.cpp:
+
 2021-02-03  Devin Rousso  <[email protected]>
 
         [macOS] update media controls to use new SF Symbols

Modified: trunk/Source/WebCore/platform/network/soup/AuthenticationChallengeSoup.cpp (272339 => 272340)


--- trunk/Source/WebCore/platform/network/soup/AuthenticationChallengeSoup.cpp	2021-02-03 22:20:48 UTC (rev 272339)
+++ trunk/Source/WebCore/platform/network/soup/AuthenticationChallengeSoup.cpp	2021-02-03 22:46:37 UTC (rev 272340)
@@ -30,6 +30,7 @@
 #include "AuthenticationChallenge.h"
 
 #include "ResourceError.h"
+#include "URLSoup.h"
 #include <libsoup/soup.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to