Title: [240121] trunk/Source/WebCore
Revision
240121
Author
[email protected]
Date
2019-01-17 11:32:56 -0800 (Thu, 17 Jan 2019)

Log Message

Fix WinCairo build after r240117
https://bugs.webkit.org/show_bug.cgi?id=193529

* PlatformWin.cmake:
* platform/network/curl/SocketStreamHandleImplCurl.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (240120 => 240121)


--- trunk/Source/WebCore/ChangeLog	2019-01-17 19:23:45 UTC (rev 240120)
+++ trunk/Source/WebCore/ChangeLog	2019-01-17 19:32:56 UTC (rev 240121)
@@ -1,3 +1,11 @@
+2019-01-17  Alex Christensen  <[email protected]>
+
+        Fix WinCairo build after r240117
+        https://bugs.webkit.org/show_bug.cgi?id=193529
+
+        * PlatformWin.cmake:
+        * platform/network/curl/SocketStreamHandleImplCurl.cpp:
+
 2019-01-17  Youenn Fablet  <[email protected]>
 
         Add release logging for incoming and outgoing webrtc audio tracks

Modified: trunk/Source/WebCore/PlatformWin.cmake (240120 => 240121)


--- trunk/Source/WebCore/PlatformWin.cmake	2019-01-17 19:23:45 UTC (rev 240120)
+++ trunk/Source/WebCore/PlatformWin.cmake	2019-01-17 19:32:56 UTC (rev 240121)
@@ -183,7 +183,6 @@
     loader/cache
     loader/icon
 
-
     page/animation
     page/csp
     page/scrolling

Modified: trunk/Source/WebCore/platform/network/curl/SocketStreamHandleImplCurl.cpp (240120 => 240121)


--- trunk/Source/WebCore/platform/network/curl/SocketStreamHandleImplCurl.cpp	2019-01-17 19:23:45 UTC (rev 240120)
+++ trunk/Source/WebCore/platform/network/curl/SocketStreamHandleImplCurl.cpp	2019-01-17 19:32:56 UTC (rev 240121)
@@ -39,6 +39,7 @@
 #include "Logging.h"
 #include "SocketStreamError.h"
 #include "SocketStreamHandleClient.h"
+#include "StorageSessionProvider.h"
 #include <wtf/Lock.h>
 #include <wtf/MainThread.h>
 #include <wtf/URL.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to