Title: [218752] trunk/Source/WebCore
- Revision
- 218752
- Author
- [email protected]
- Date
- 2017-06-23 10:54:41 -0700 (Fri, 23 Jun 2017)
Log Message
Fix broken WinCairo build
[Curl] Extract CurlDownloadManager as shared background task handler
https://bugs.webkit.org/show_bug.cgi?id=173557
Patch by Basuke Suzuki <[email protected]> on 2017-06-23
Reviewed by Joseph Pecoraro.
* platform/network/curl/CurlManager.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (218751 => 218752)
--- trunk/Source/WebCore/ChangeLog 2017-06-23 17:33:13 UTC (rev 218751)
+++ trunk/Source/WebCore/ChangeLog 2017-06-23 17:54:41 UTC (rev 218752)
@@ -1,3 +1,14 @@
+2017-06-23 Basuke Suzuki <[email protected]>
+
+ Fix broken WinCairo build
+
+ [Curl] Extract CurlDownloadManager as shared background task handler
+ https://bugs.webkit.org/show_bug.cgi?id=173557
+
+ Reviewed by Joseph Pecoraro.
+
+ * platform/network/curl/CurlManager.h:
+
2017-06-23 Chris Dumez <[email protected]>
[iOS] Potential crash under WebCore::notifyLowPowerModeChanged(WebCore::LowPowerModeNotifier*, bool)
Modified: trunk/Source/WebCore/platform/network/curl/CurlManager.h (218751 => 218752)
--- trunk/Source/WebCore/platform/network/curl/CurlManager.h 2017-06-23 17:33:13 UTC (rev 218751)
+++ trunk/Source/WebCore/platform/network/curl/CurlManager.h 2017-06-23 17:54:41 UTC (rev 218752)
@@ -26,7 +26,6 @@
#pragma once
-#include <curl/curl.h>
#include <wtf/Lock.h>
#include <wtf/Threading.h>
@@ -35,6 +34,7 @@
#include <winsock2.h>
#endif
+#include <curl/curl.h>
#include "URL.h"
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes