Title: [188600] trunk/Source/WebCore
Revision
188600
Author
achristen...@apple.com
Date
2015-08-18 15:05:48 -0700 (Tue, 18 Aug 2015)

Log Message

Unreviewed, fix the cairo build after r188594.

* platform/network/curl/CurlDownload.h:
* platform/network/curl/ResourceHandleManager.cpp:
Include Lock.h

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (188599 => 188600)


--- trunk/Source/WebCore/ChangeLog	2015-08-18 21:54:38 UTC (rev 188599)
+++ trunk/Source/WebCore/ChangeLog	2015-08-18 22:05:48 UTC (rev 188600)
@@ -1,3 +1,11 @@
+2015-08-18  Alex Christensen  <achristen...@webkit.org>
+
+        Unreviewed, fix the cairo build after r188594.
+
+        * platform/network/curl/CurlDownload.h:
+        * platform/network/curl/ResourceHandleManager.cpp:
+        Include Lock.h
+
 2015-08-18  Filip Pizlo  <fpi...@apple.com>
 
         Unreviewed, fix the cairo build.

Modified: trunk/Source/WebCore/platform/network/curl/CurlDownload.h (188599 => 188600)


--- trunk/Source/WebCore/platform/network/curl/CurlDownload.h	2015-08-18 21:54:38 UTC (rev 188599)
+++ trunk/Source/WebCore/platform/network/curl/CurlDownload.h	2015-08-18 22:05:48 UTC (rev 188600)
@@ -29,6 +29,7 @@
 #include "FileSystem.h"
 #include "ResourceHandle.h"
 #include "ResourceResponse.h"
+#include <wtf/Lock.h>
 #include <wtf/Threading.h>
 
 #if PLATFORM(WIN)

Modified: trunk/Source/WebCore/platform/network/curl/ResourceHandleManager.cpp (188599 => 188600)


--- trunk/Source/WebCore/platform/network/curl/ResourceHandleManager.cpp	2015-08-18 21:54:38 UTC (rev 188599)
+++ trunk/Source/WebCore/platform/network/curl/ResourceHandleManager.cpp	2015-08-18 22:05:48 UTC (rev 188600)
@@ -68,6 +68,7 @@
 #if USE(CF)
 #include <wtf/RetainPtr.h>
 #endif
+#include <wtf/Lock.h>
 #include <wtf/Threading.h>
 #include <wtf/Vector.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