[webkit-reviews] review granted: [Bug 115489] Begin work on loading items from the local storage database : [Attachment 200241] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 1 15:30:27 PDT 2013


Andreas Kling <akling at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 115489: Begin work on loading items from the local storage database
https://bugs.webkit.org/show_bug.cgi?id=115489

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=200241&action=review


> Source/WebKit2/UIProcess/Storage/LocalStorageDatabase.cpp:87
> +	   m_database.executeCommand("DROP TABLE ItemTable");

We should LOG_ERROR if this fails.


More information about the webkit-reviews mailing list