NEW148271
Replace uses of StaticLock with Lock
https://bugs.webkit.org/show_bug.cgi?id=148271
Summary Replace uses of StaticLock with Lock
Anders Carlsson
Reported 2015-08-20 17:16:43 PDT
Replace uses of StaticLock with Lock
Attachments
Patch (21.20 KB, patch)
2015-08-20 17:17 PDT, Anders Carlsson
no flags
Anders Carlsson
Comment 1 2015-08-20 17:17:39 PDT
Geoffrey Garen
Comment 2 2015-08-21 11:57:49 PDT
Don't we need to do something like marking Lock's constructor constexpr in order to avoid a static initializer?
Anders Carlsson
Comment 3 2015-08-21 11:59:18 PDT
(In reply to comment #2) > Don't we need to do something like marking Lock's constructor constexpr in > order to avoid a static initializer? Yup. I did that (and landed those patches) but they broke the Mavericks build due to compiler bugs. I'm going to re-land the patches once we can drop Mavericks support.
Note You need to log in before you can comment on or make changes to this bug.