Safari is failing to remove SQLite Databases via Remove All Website Data
Created attachment 258100 [details] Patch
Committed r187758: <http://trac.webkit.org/changeset/187758>
Comment on attachment 258100 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=258100&action=review > Source/WebCore/Modules/webdatabase/DatabaseTracker.cpp:865 > + size_t deletedDatabases = 0; Since this is a number and not a collection of databases, I think the name should include the word “count” or “number” or “num” or something.