Title: [94138] trunk/Source/WebCore
Revision
94138
Author
[email protected]
Date
2011-08-30 18:05:15 -0700 (Tue, 30 Aug 2011)

Log Message

Speculative WinCairo build fix after r94093.

* platform/network/ResourceHandle.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (94137 => 94138)


--- trunk/Source/WebCore/ChangeLog	2011-08-31 00:29:46 UTC (rev 94137)
+++ trunk/Source/WebCore/ChangeLog	2011-08-31 01:05:15 UTC (rev 94138)
@@ -1,5 +1,11 @@
 2011-08-30  Ryosuke Niwa  <[email protected]>
 
+        Speculative WinCairo build fix after r94093.
+
+        * platform/network/ResourceHandle.h:
+
+2011-08-30  Ryosuke Niwa  <[email protected]>
+
         Mac build fix after r94128.
 
         * WebCore.xcodeproj/project.pbxproj:

Modified: trunk/Source/WebCore/platform/network/ResourceHandle.h (94137 => 94138)


--- trunk/Source/WebCore/platform/network/ResourceHandle.h	2011-08-31 00:29:46 UTC (rev 94137)
+++ trunk/Source/WebCore/platform/network/ResourceHandle.h	2011-08-31 01:05:15 UTC (rev 94138)
@@ -47,8 +47,11 @@
 typedef LPVOID HINTERNET;
 #endif
 
+#if PLATFORM(MAC) || USE(CFURLSTORAGESESSIONS)
+#include <wtf/RetainPtr.h>
+#endif
+
 #if PLATFORM(MAC)
-#include <wtf/RetainPtr.h>
 #ifdef __OBJC__
 @class NSData;
 @class NSError;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to