RESOLVED FIXED 226026
Use CheckedLock more in WebCore
https://bugs.webkit.org/show_bug.cgi?id=226026
Summary Use CheckedLock more in WebCore
Chris Dumez
Reported 2021-05-20 10:22:12 PDT
Use CheckedLock more in WebCore to benefit from Clang Thread Safety Analysis.
Attachments
Patch (113.52 KB, patch)
2021-05-20 10:24 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2021-05-20 10:24:32 PDT
Geoffrey Garen
Comment 2 2021-05-20 11:23:02 PDT
Comment on attachment 429184 [details] Patch rs=me Pretty cool!
EWS
Comment 3 2021-05-20 11:41:42 PDT
Committed r277805 (237960@main): <https://commits.webkit.org/237960@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 429184 [details].
Radar WebKit Bug Importer
Comment 4 2021-05-20 11:42:34 PDT
Joseph Pecoraro
Comment 5 2021-05-20 12:24:07 PDT
Comment on attachment 429184 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429184&action=review > Source/WebCore/page/WheelEventTestMonitor.cpp:117 > + Locker locker { m_lock }; Nice!
Note You need to log in before you can comment on or make changes to this bug.