Title: [240296] trunk/Source/WebKit
- Revision
- 240296
- Author
- [email protected]
- Date
- 2019-01-22 14:04:56 -0800 (Tue, 22 Jan 2019)
Log Message
Another build fix after r240292
https://bugs.webkit.org/show_bug.cgi?id=193580
<rdar://problem/47457742>
Unreviewed, still not enough to fix soup builds, but closer.
* UIProcess/API/APIHTTPCookieStore.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (240295 => 240296)
--- trunk/Source/WebKit/ChangeLog 2019-01-22 21:52:10 UTC (rev 240295)
+++ trunk/Source/WebKit/ChangeLog 2019-01-22 22:04:56 UTC (rev 240296)
@@ -1,3 +1,13 @@
+2019-01-22 Michael Catanzaro <[email protected]>
+
+ Another build fix after r240292
+ https://bugs.webkit.org/show_bug.cgi?id=193580
+ <rdar://problem/47457742>
+
+ Unreviewed, still not enough to fix soup builds, but closer.
+
+ * UIProcess/API/APIHTTPCookieStore.h:
+
2019-01-22 Alex Christensen <[email protected]>
Fix some builds after r240292
Modified: trunk/Source/WebKit/UIProcess/API/APIHTTPCookieStore.h (240295 => 240296)
--- trunk/Source/WebKit/UIProcess/API/APIHTTPCookieStore.h 2019-01-22 21:52:10 UTC (rev 240295)
+++ trunk/Source/WebKit/UIProcess/API/APIHTTPCookieStore.h 2019-01-22 22:04:56 UTC (rev 240296)
@@ -32,10 +32,12 @@
#include <wtf/Forward.h>
#include <wtf/HashSet.h>
+#if PLATFORM(COCOA)
namespace WebCore {
struct Cookie;
class CookieStorageObserver;
}
+#endif
namespace WebKit {
class WebCookieManagerProxy;
@@ -93,7 +95,10 @@
bool m_observingUIProcessCookies { false };
uint64_t m_processPoolCreationListenerIdentifier { 0 };
+
+#if PLATFORM(COCOA)
RefPtr<WebCore::CookieStorageObserver> m_defaultUIProcessObserver;
+#endif
};
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes