RESOLVED FIXED 115664
Handle removeItem and clear in LocalStorageDatabase
https://bugs.webkit.org/show_bug.cgi?id=115664
Summary Handle removeItem and clear in LocalStorageDatabase
Anders Carlsson
Reported 2013-05-06 11:25:28 PDT
Handle removeItem and clear in LocalStorageDatabase
Attachments
Patch (4.67 KB, patch)
2013-05-06 11:26 PDT, Anders Carlsson
darin: review+
Anders Carlsson
Comment 1 2013-05-06 11:26:50 PDT
Darin Adler
Comment 2 2013-05-06 11:32:09 PDT
Comment on attachment 200725 [details] Patch 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!
Anders Carlsson
Comment 3 2013-05-06 11:37:58 PDT
Note You need to log in before you can comment on or make changes to this bug.