Title: [240302] trunk/Source/WebKit
- Revision
- 240302
- Author
- [email protected]
- Date
- 2019-01-22 15:50:39 -0800 (Tue, 22 Jan 2019)
Log Message
Unreviewed, further build fixes after r240292
https://bugs.webkit.org/show_bug.cgi?id=193580
<rdar://problem/47457742>
Still not working yet.
* NetworkProcess/NetworkProcess.cpp:
(WebKit::NetworkProcess::NetworkProcess):
* UIProcess/API/APIHTTPCookieStore.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (240301 => 240302)
--- trunk/Source/WebKit/ChangeLog 2019-01-22 23:21:45 UTC (rev 240301)
+++ trunk/Source/WebKit/ChangeLog 2019-01-22 23:50:39 UTC (rev 240302)
@@ -1,3 +1,15 @@
+2019-01-22 Michael Catanzaro <[email protected]>
+
+ Unreviewed, further build fixes after r240292
+ https://bugs.webkit.org/show_bug.cgi?id=193580
+ <rdar://problem/47457742>
+
+ Still not working yet.
+
+ * NetworkProcess/NetworkProcess.cpp:
+ (WebKit::NetworkProcess::NetworkProcess):
+ * UIProcess/API/APIHTTPCookieStore.h:
+
2019-01-22 Antti Koivisto <[email protected]>
[iOS] Flash when swiping back to Google search result page
Modified: trunk/Source/WebKit/NetworkProcess/NetworkProcess.cpp (240301 => 240302)
--- trunk/Source/WebKit/NetworkProcess/NetworkProcess.cpp 2019-01-22 23:21:45 UTC (rev 240301)
+++ trunk/Source/WebKit/NetworkProcess/NetworkProcess.cpp 2019-01-22 23:50:39 UTC (rev 240302)
@@ -93,6 +93,7 @@
#if USE(SOUP)
#include <WebCore/DNSResolveQueueSoup.h>
+#include <WebCore/SoupNetworkSession.h>
#endif
#if ENABLE(SERVICE_WORKER)
@@ -155,7 +156,7 @@
#endif
#if USE(SOUP)
- DNSResolveQueueSoup::setGlobalDefaultNetworkStorageSessionAccessor([this] {
+ DNSResolveQueueSoup::setGlobalDefaultNetworkStorageSessionAccessor([this]() -> NetworkStorageSession& {
return defaultStorageSession();
});
defaultStorageSession().clearSoupNetworkSessionAndCookieStorage();
Modified: trunk/Source/WebKit/UIProcess/API/APIHTTPCookieStore.h (240301 => 240302)
--- trunk/Source/WebKit/UIProcess/API/APIHTTPCookieStore.h 2019-01-22 23:21:45 UTC (rev 240301)
+++ trunk/Source/WebKit/UIProcess/API/APIHTTPCookieStore.h 2019-01-22 23:50:39 UTC (rev 240302)
@@ -32,12 +32,12 @@
#include <wtf/Forward.h>
#include <wtf/HashSet.h>
-#if PLATFORM(COCOA)
namespace WebCore {
struct Cookie;
+#if PLATFORM(COCOA)
class CookieStorageObserver;
+#endif
}
-#endif
namespace WebKit {
class WebCookieManagerProxy;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes