Title: [88263] trunk/Source/WebCore
- Revision
- 88263
- Author
- [email protected]
- Date
- 2011-06-07 13:59:47 -0700 (Tue, 07 Jun 2011)
Log Message
2011-06-07 Ryosuke Niwa <[email protected]>
Speculative build fix after r88259.
* platform/network/cf/ResourceRequest.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (88262 => 88263)
--- trunk/Source/WebCore/ChangeLog 2011-06-07 20:51:27 UTC (rev 88262)
+++ trunk/Source/WebCore/ChangeLog 2011-06-07 20:59:47 UTC (rev 88263)
@@ -1,3 +1,9 @@
+2011-06-07 Ryosuke Niwa <[email protected]>
+
+ Speculative build fix after r88259.
+
+ * platform/network/cf/ResourceRequest.h:
+
2011-06-07 Michael Saboff <[email protected]>
Reviewed by Geoffrey Garen.
Modified: trunk/Source/WebCore/platform/network/cf/ResourceRequest.h (88262 => 88263)
--- trunk/Source/WebCore/platform/network/cf/ResourceRequest.h 2011-06-07 20:51:27 UTC (rev 88262)
+++ trunk/Source/WebCore/platform/network/cf/ResourceRequest.h 2011-06-07 20:59:47 UTC (rev 88263)
@@ -84,7 +84,7 @@
NSURLRequest* nsURLRequest() const;
#endif
-#if USE(CFURLSTORAGESESSIONS)
+#if USE(CFURLSTORAGESESSIONS) && defined(BUILDING_ON_SNOW_LEOPARD)
void setStorageSession(CFURLStorageSessionRef);
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes