[webkit-reviews] review granted: [Bug 115664] Handle removeItem and clear in LocalStorageDatabase : [Attachment 200725] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 6 11:33:45 PDT 2013


Darin Adler <darin at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 115664: Handle removeItem and clear in LocalStorageDatabase
https://bugs.webkit.org/show_bug.cgi?id=115664

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

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=200725&action=review


> Source/WebKit2/UIProcess/Storage/LocalStorageDatabase.h:80
> +    bool m_shouldClearItems;

Need to initialize this to false in the constructor!


More information about the webkit-reviews mailing list