RESOLVED FIXED174148
Use std::lock_guard instead of std::unique_lock if move semantics and try_lock is not necessary
https://bugs.webkit.org/show_bug.cgi?id=174148
Summary Use std::lock_guard instead of std::unique_lock if move semantics and try_loc...
Yusuke Suzuki
Reported 2017-07-04 21:07:43 PDT
Use std::lock_guard instead of std::unique_lock if move semantics and try_lock is not necessary
Attachments
Patch (12.12 KB, patch)
2017-07-04 21:08 PDT, Yusuke Suzuki
no flags
Yusuke Suzuki
Comment 1 2017-07-04 21:08:56 PDT
Mark Lam
Comment 2 2017-07-05 13:35:14 PDT
Comment on attachment 314597 [details] Patch r=me
Yusuke Suzuki
Comment 3 2017-07-05 19:03:02 PDT
Comment on attachment 314597 [details] Patch Thank you
WebKit Commit Bot
Comment 4 2017-07-05 19:27:09 PDT
Comment on attachment 314597 [details] Patch Clearing flags on attachment: 314597 Committed r219179: <http://trac.webkit.org/changeset/219179>
WebKit Commit Bot
Comment 5 2017-07-05 19:27:11 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.