Title: [204468] trunk/Source/WebCore
Revision
204468
Author
achristen...@apple.com
Date
2016-08-15 10:53:26 -0700 (Mon, 15 Aug 2016)

Log Message

Fix WinCairo build after r204466.

* platform/network/curl/SocketStreamHandleCurl.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (204467 => 204468)


--- trunk/Source/WebCore/ChangeLog	2016-08-15 17:37:55 UTC (rev 204467)
+++ trunk/Source/WebCore/ChangeLog	2016-08-15 17:53:26 UTC (rev 204468)
@@ -1,5 +1,11 @@
 2016-08-15  Alex Christensen  <achristen...@webkit.org>
 
+        Fix WinCairo build after r204466.
+
+        * platform/network/curl/SocketStreamHandleCurl.cpp:
+
+2016-08-15  Alex Christensen  <achristen...@webkit.org>
+
         Fix GTK build after r204466.
 
         * platform/gtk/DataObjectGtk.h:

Modified: trunk/Source/WebCore/platform/network/curl/SocketStreamHandleCurl.cpp (204467 => 204468)


--- trunk/Source/WebCore/platform/network/curl/SocketStreamHandleCurl.cpp	2016-08-15 17:37:55 UTC (rev 204467)
+++ trunk/Source/WebCore/platform/network/curl/SocketStreamHandleCurl.cpp	2016-08-15 17:53:26 UTC (rev 204468)
@@ -37,6 +37,8 @@
 #include "Logging.h"
 #include "SocketStreamHandleClient.h"
 #include "URL.h"
+#include <mutex>
+#include <wtf/Lock.h>
 #include <wtf/MainThread.h>
 #include <wtf/text/CString.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to