[Cocoa WebKit2] Add basic _WKWebsiteDataStore implementation
Created attachment 230758 [details] Patch
Comment on attachment 230758 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=230758&action=review > Source/WebKit2/UIProcess/API/Cocoa/_WKWebsiteDataStore.h:41 > +@property (readonly) BOOL isNonPersistentDataStore; I think this should be @property (readonly, getter=isNonPersistentDataStore) BOOL nonPersistentDataStore; Or maybe just nonPersistent?
Committed r168229: <http://trac.webkit.org/changeset/168229>