Title: [93992] trunk/Source/WebCore
Revision
93992
Author
[email protected]
Date
2011-08-29 11:34:21 -0700 (Mon, 29 Aug 2011)

Log Message

        Mac build fix.

        * platform/network/cf/CookieStorageCFNet.cpp: Move Windows specific includes into PLATFORM(WIN).

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (93991 => 93992)


--- trunk/Source/WebCore/ChangeLog	2011-08-29 18:31:27 UTC (rev 93991)
+++ trunk/Source/WebCore/ChangeLog	2011-08-29 18:34:21 UTC (rev 93992)
@@ -1,3 +1,9 @@
+2011-08-29  Alexey Proskuryakov  <[email protected]>
+
+        Mac build fix.
+
+        * platform/network/cf/CookieStorageCFNet.cpp: Move Windows specific includes into PLATFORM(WIN).
+
 2011-08-29  Andreas Kling  <[email protected]>
 
         Viewing a post on reddit.com wastes a lot of memory on event listeners.

Modified: trunk/Source/WebCore/platform/network/cf/CookieStorageCFNet.cpp (93991 => 93992)


--- trunk/Source/WebCore/platform/network/cf/CookieStorageCFNet.cpp	2011-08-29 18:31:27 UTC (rev 93991)
+++ trunk/Source/WebCore/platform/network/cf/CookieStorageCFNet.cpp	2011-08-29 18:34:21 UTC (rev 93992)
@@ -30,14 +30,14 @@
 
 #if USE(CFNETWORK) || USE(CFURLSTORAGESESSIONS)
 
-#include "LoaderRunLoopCF.h"
 #include "ResourceHandle.h"
-#include <CFNetwork/CFHTTPCookiesPriv.h>
 #include <wtf/MainThread.h>
 
 #if PLATFORM(MAC)
 #include "WebCoreSystemInterface.h"
 #elif PLATFORM(WIN)
+#include "LoaderRunLoopCF.h"
+#include <CFNetwork/CFHTTPCookiesPriv.h>
 #include <WebKitSystemInterface/WebKitSystemInterface.h>
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to