Title: [194380] trunk/Source/WebCore
Revision
194380
Author
[email protected]
Date
2015-12-22 16:34:35 -0800 (Tue, 22 Dec 2015)

Log Message

Try to fix the iOS build after r194378

* platform/network/cf/ResourceHandleCFURLConnectionDelegateWithOperationQueue.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (194379 => 194380)


--- trunk/Source/WebCore/ChangeLog	2015-12-23 00:23:00 UTC (rev 194379)
+++ trunk/Source/WebCore/ChangeLog	2015-12-23 00:34:35 UTC (rev 194380)
@@ -1,5 +1,11 @@
 2015-12-22  Andy Estes  <[email protected]>
 
+        Try to fix the iOS build after r194378
+
+        * platform/network/cf/ResourceHandleCFURLConnectionDelegateWithOperationQueue.cpp:
+
+2015-12-22  Andy Estes  <[email protected]>
+
         [CF] Replace CFNetwork-related WebKitSystemInterface calls with SPI
         https://bugs.webkit.org/show_bug.cgi?id=152463
 

Modified: trunk/Source/WebCore/platform/network/cf/ResourceHandleCFURLConnectionDelegateWithOperationQueue.cpp (194379 => 194380)


--- trunk/Source/WebCore/platform/network/cf/ResourceHandleCFURLConnectionDelegateWithOperationQueue.cpp	2015-12-23 00:23:00 UTC (rev 194379)
+++ trunk/Source/WebCore/platform/network/cf/ResourceHandleCFURLConnectionDelegateWithOperationQueue.cpp	2015-12-23 00:34:35 UTC (rev 194380)
@@ -36,6 +36,7 @@
 #include "ResourceHandleClient.h"
 #include "ResourceResponse.h"
 #include "SharedBuffer.h"
+#include "WebCoreSystemInterface.h"
 #include "WebCoreURLResponse.h"
 #include <wtf/MainThread.h>
 #include <wtf/text/CString.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to