RESOLVED FIXED 169424
Use const AbstractLocker& (instead of const LockHolder&) in more places.
https://bugs.webkit.org/show_bug.cgi?id=169424
Summary Use const AbstractLocker& (instead of const LockHolder&) in more places.
Mark Lam
Reported 2017-03-09 12:28:03 PST
This is the modern idiom, and it makes some of these functions more flexible to use.
Attachments
proposed patch. (17.23 KB, patch)
2017-03-09 12:29 PST, Mark Lam
fpizlo: review+
Mark Lam
Comment 1 2017-03-09 12:29:34 PST
Created attachment 303950 [details] proposed patch.
Filip Pizlo
Comment 2 2017-03-09 12:59:47 PST
Comment on attachment 303950 [details] proposed patch. Nice!
Mark Lam
Comment 3 2017-03-09 13:07:15 PST
Thanks for the review. Landed in r213657: <http://trac.webkit.org/r213657>.
Note You need to log in before you can comment on or make changes to this bug.