Bug 200822

Summary: LocalStorageDatabase does not need to subclass ThreadSafeRefCounted
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, commit-queue, ggaren, sihui_liu, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

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.