Title: [236190] releases/WebKitGTK/webkit-2.22/Source/WebCore
- Revision
- 236190
- Author
- [email protected]
- Date
- 2018-09-19 06:19:37 -0700 (Wed, 19 Sep 2018)
Log Message
Merge r235932 - Unreviewed WPE build fix.
* platform/network/soup/SocketStreamHandleImplSoup.cpp:
Add extra header inclusions to get this code building after the unified
sources system shifted it into a different translation unit.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.22/Source/WebCore/ChangeLog (236189 => 236190)
--- releases/WebKitGTK/webkit-2.22/Source/WebCore/ChangeLog 2018-09-19 13:19:32 UTC (rev 236189)
+++ releases/WebKitGTK/webkit-2.22/Source/WebCore/ChangeLog 2018-09-19 13:19:37 UTC (rev 236190)
@@ -1,3 +1,11 @@
+2018-09-11 Zan Dobersek <[email protected]>
+
+ Unreviewed WPE build fix.
+
+ * platform/network/soup/SocketStreamHandleImplSoup.cpp:
+ Add extra header inclusions to get this code building after the unified
+ sources system shifted it into a different translation unit.
+
2018-09-10 Simon Fraser <[email protected]>
Many textarea tests leak documents because Document::removeFocusNavigationNodeOfSubtree() can trigger a Document retain cycle
Modified: releases/WebKitGTK/webkit-2.22/Source/WebCore/platform/network/soup/SocketStreamHandleImplSoup.cpp (236189 => 236190)
--- releases/WebKitGTK/webkit-2.22/Source/WebCore/platform/network/soup/SocketStreamHandleImplSoup.cpp 2018-09-19 13:19:32 UTC (rev 236189)
+++ releases/WebKitGTK/webkit-2.22/Source/WebCore/platform/network/soup/SocketStreamHandleImplSoup.cpp 2018-09-19 13:19:37 UTC (rev 236190)
@@ -36,8 +36,11 @@
#include "DeprecatedGlobalSettings.h"
#include "Logging.h"
+#include "NetworkStorageSession.h"
+#include "ResourceError.h"
#include "SocketStreamError.h"
#include "SocketStreamHandleClient.h"
+#include "SoupNetworkSession.h"
#include "URL.h"
#include <gio/gio.h>
#include <glib.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes