RESOLVED FIXED 226208
Stop using UncheckedLock in DatabaseTracker
https://bugs.webkit.org/show_bug.cgi?id=226208
Summary Stop using UncheckedLock in DatabaseTracker
Chris Dumez
Reported 2021-05-24 19:32:36 PDT
Stop using UncheckedLock in DatabaseTracker.
Attachments
Patch (3.30 KB, patch)
2021-05-24 19:35 PDT, Chris Dumez
no flags
Patch (3.62 KB, patch)
2021-05-24 20:13 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2021-05-24 19:35:43 PDT
Sam Weinig
Comment 2 2021-05-24 20:11:20 PDT
Comment on attachment 429613 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429613&action=review > Source/WebCore/ChangeLog:14 > + In this particular instance, I have opted to annotate the functions that gave out > + warning with WTF_IGNORES_THREAD_SAFETY_ANALYSIS. I initially tried to use proper > + annotations (WTF_ACQUIRES_LOCK() / WTF_RELEASES_LOCK()). However, the call sites are > + Objective C functions and I am unable to annotate those. I think adding a comment to the code explaining this would be helpful for future readers.
Chris Dumez
Comment 3 2021-05-24 20:13:50 PDT
EWS
Comment 4 2021-05-25 08:26:54 PDT
Committed r278008 (238121@main): <https://commits.webkit.org/238121@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 429619 [details].
Radar WebKit Bug Importer
Comment 5 2021-05-25 08:27:19 PDT
Note You need to log in before you can comment on or make changes to this bug.