RESOLVED FIXED 200822
LocalStorageDatabase does not need to subclass ThreadSafeRefCounted
https://bugs.webkit.org/show_bug.cgi?id=200822
Summary LocalStorageDatabase does not need to subclass ThreadSafeRefCounted
Chris Dumez
Reported 2019-08-16 12:57:12 PDT
LocalStorageDatabaseTracker does not need to subclass ThreadSafeRefCounted, it is only ref'd / deref'd by the StorageArea on the com.apple.WebKit.WebStorage serial WorkQueue, and in LocalStorageDatabase::scheduleDatabaseUpdate() on the same WorkQueue.
Attachments
Patch (2.83 KB, patch)
2019-08-16 12:58 PDT, Chris Dumez
no flags
Patch (2.82 KB, patch)
2019-08-16 13:13 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2019-08-16 12:58:16 PDT
Geoffrey Garen
Comment 2 2019-08-16 13:03:05 PDT
Comment on attachment 376519 [details] Patch r=me
Chris Dumez
Comment 3 2019-08-16 13:13:23 PDT
WebKit Commit Bot
Comment 4 2019-08-16 13:56:06 PDT
Comment on attachment 376526 [details] Patch Clearing flags on attachment: 376526 Committed r248794: <https://trac.webkit.org/changeset/248794>
WebKit Commit Bot
Comment 5 2019-08-16 13:56:07 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2019-08-16 13:57:18 PDT
Note You need to log in before you can comment on or make changes to this bug.