Title: [223702] trunk/Source/WebKit
- Revision
- 223702
- Author
- [email protected]
- Date
- 2017-10-19 13:15:42 -0700 (Thu, 19 Oct 2017)
Log Message
Add API to clean CacheStorage data
https://bugs.webkit.org/show_bug.cgi?id=178034
Unreviewed.
Patch by Youenn Fablet <[email protected]> on 2017-10-19
* UIProcess/API/Cocoa/WKWebsiteDataRecord.h: Using WK_IOS_TBA instead of WK_MAC_TBA for iOS.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (223701 => 223702)
--- trunk/Source/WebKit/ChangeLog 2017-10-19 20:02:29 UTC (rev 223701)
+++ trunk/Source/WebKit/ChangeLog 2017-10-19 20:15:42 UTC (rev 223702)
@@ -1,3 +1,12 @@
+2017-10-19 Youenn Fablet <[email protected]>
+
+ Add API to clean CacheStorage data
+ https://bugs.webkit.org/show_bug.cgi?id=178034
+
+ Unreviewed.
+
+ * UIProcess/API/Cocoa/WKWebsiteDataRecord.h: Using WK_IOS_TBA instead of WK_MAC_TBA for iOS.
+
2017-10-19 Chris Dumez <[email protected]>
Unreviewed build fix after r223692.
Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataRecord.h (223701 => 223702)
--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataRecord.h 2017-10-19 20:02:29 UTC (rev 223701)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataRecord.h 2017-10-19 20:15:42 UTC (rev 223702)
@@ -32,7 +32,7 @@
NS_ASSUME_NONNULL_BEGIN
/*! @constant WKWebsiteDataTypeFetchCache On-disk Fetch caches. */
-WK_EXTERN NSString * const WKWebsiteDataTypeFetchCache WK_API_AVAILABLE(macosx(WK_MAC_TBA), ios(WK_MAC_TBA));
+WK_EXTERN NSString * const WKWebsiteDataTypeFetchCache WK_API_AVAILABLE(macosx(WK_MAC_TBA), ios(WK_IOS_TBA));
/*! @constant WKWebsiteDataTypeDiskCache On-disk caches. */
WK_EXTERN NSString * const WKWebsiteDataTypeDiskCache WK_API_AVAILABLE(macosx(10.11), ios(9.0));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes