Title: [183279] trunk/Source/WebKit2
Revision
183279
Author
ander...@apple.com
Date
2015-04-24 13:55:22 -0700 (Fri, 24 Apr 2015)

Log Message

Address a review comment from Joe Pecoraro.

* UIProcess/API/Cocoa/WKWebsiteDataStore.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (183278 => 183279)


--- trunk/Source/WebKit2/ChangeLog	2015-04-24 20:48:32 UTC (rev 183278)
+++ trunk/Source/WebKit2/ChangeLog	2015-04-24 20:55:22 UTC (rev 183279)
@@ -1,5 +1,11 @@
 2015-04-24  Anders Carlsson  <ander...@apple.com>
 
+        Address a review comment from Joe Pecoraro.
+
+        * UIProcess/API/Cocoa/WKWebsiteDataStore.h:
+
+2015-04-24  Anders Carlsson  <ander...@apple.com>
+
         Rename -[WKWebsiteDataStore isNonPersistent] to -[WKWebsiteDataStore isPersistent]
         https://bugs.webkit.org/show_bug.cgi?id=144158
 

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebsiteDataStore.h (183278 => 183279)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebsiteDataStore.h	2015-04-24 20:48:32 UTC (rev 183278)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebsiteDataStore.h	2015-04-24 20:55:22 UTC (rev 183279)
@@ -32,8 +32,8 @@
 WK_ASSUME_NONNULL_BEGIN
 
 /*! A WKWebsiteDataStore represents various types of data that a website might
- make use of. This includes cookies, disk and memory caches, and persistent data such as
- WebSQL and IndexedDB databases and local storage.
+ make use of. This includes cookies, disk and memory caches, and persistent data such as WebSQL,
+ IndexedDB databases, and local storage.
  */
 WK_CLASS_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA)
 @interface WKWebsiteDataStore : NSObject
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to