RESOLVED FIXED115826
Don't apply changes while we're clearing the database
https://bugs.webkit.org/show_bug.cgi?id=115826
Summary Don't apply changes while we're clearing the database
Anders Carlsson
Reported 2013-05-08 15:51:17 PDT
Don't apply changes while we're clearing the database
Attachments
Patch (7.71 KB, patch)
2013-05-08 16:20 PDT, Anders Carlsson
darin: review+
Anders Carlsson
Comment 1 2013-05-08 16:20:49 PDT
Darin Adler
Comment 2 2013-05-08 16:22:12 PDT
Comment on attachment 201112 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=201112&action=review > Source/WebKit2/WebProcess/Storage/StorageAreaMap.h:92 > + bool m_isClearPending; I might have used the word m_hasPendingClear because I try to use boolean names that fit sentences like “map <xxx>”, but not sure that’s easier to understand.
Anders Carlsson
Comment 3 2013-05-08 16:30:52 PDT
Note You need to log in before you can comment on or make changes to this bug.