Don't apply changes while we're clearing the database
Created attachment 201112 [details] Patch
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.
Committed r149777: <http://trac.webkit.org/changeset/149777>