Title: [174157] trunk/Source/WebCore
Revision
174157
Author
m...@apple.com
Date
2014-10-01 09:17:21 -0700 (Wed, 01 Oct 2014)

Log Message

Windows build fix.

* platform/network/cf/ResourceResponseCFNet.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (174156 => 174157)


--- trunk/Source/WebCore/ChangeLog	2014-10-01 14:31:35 UTC (rev 174156)
+++ trunk/Source/WebCore/ChangeLog	2014-10-01 16:17:21 UTC (rev 174157)
@@ -1,5 +1,11 @@
 2014-10-01  Dan Bernstein  <m...@apple.com>
 
+        Windows build fix.
+
+        * platform/network/cf/ResourceResponseCFNet.cpp:
+
+2014-10-01  Dan Bernstein  <m...@apple.com>
+
         REGRESSION (r173423): [iOS] Sites with EV certificates appear as normal HTTPS sites
         https://bugs.webkit.org/show_bug.cgi?id=137262
 

Modified: trunk/Source/WebCore/platform/network/cf/ResourceResponseCFNet.cpp (174156 => 174157)


--- trunk/Source/WebCore/platform/network/cf/ResourceResponseCFNet.cpp	2014-10-01 14:31:35 UTC (rev 174156)
+++ trunk/Source/WebCore/platform/network/cf/ResourceResponseCFNet.cpp	2014-10-01 16:17:21 UTC (rev 174157)
@@ -30,10 +30,13 @@
 
 #include "HTTPParsers.h"
 #include "MIMETypeRegistry.h"
-#include "WebCoreSystemInterface.h"
 #include <CFNetwork/CFURLResponsePriv.h>
 #include <wtf/RetainPtr.h>
 
+#if PLATFORM(COCOA)
+#include "WebCoreSystemInterface.h"
+#endif
+
 // We would like a better value for a maximum time_t,
 // but there is no way to do that in C with any certainty.
 // INT_MAX should work well enough for our purposes.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to