[webkit-reviews] review granted: [Bug 132526] [Cocoa WebKit2] Add basic _WKWebsiteDataStore implementation : [Attachment 230758] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 3 13:43:44 PDT 2014


Anders Carlsson <andersca at apple.com> has granted Sam Weinig <sam at webkit.org>'s
request for review:
Bug 132526: [Cocoa WebKit2] Add basic _WKWebsiteDataStore implementation
https://bugs.webkit.org/show_bug.cgi?id=132526

Attachment 230758: Patch
https://bugs.webkit.org/attachment.cgi?id=230758&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=230758&action=review


> Source/WebKit2/UIProcess/API/Cocoa/_WKWebsiteDataStore.h:41
> + at property (readonly) BOOL isNonPersistentDataStore;

I think this should be

@property (readonly, getter=isNonPersistentDataStore) BOOL
nonPersistentDataStore;

Or maybe just nonPersistent?


More information about the webkit-reviews mailing list