RESOLVED FIXED 127783
Use std::mutex instead of WTF::Mutex in WTF
https://bugs.webkit.org/show_bug.cgi?id=127783
Summary Use std::mutex instead of WTF::Mutex in WTF
Anders Carlsson
Reported 2014-01-28 09:05:16 PST
Use std::mutex instead of WTF::Mutex in WTF
Attachments
Patch (8.34 KB, patch)
2014-01-28 09:06 PST, Anders Carlsson
koivisto: review+
Anders Carlsson
Comment 1 2014-01-28 09:06:03 PST
Antti Koivisto
Comment 2 2014-01-28 09:07:28 PST
Comment on attachment 222456 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=222456&action=review > Source/WTF/wtf/StackStats.h:43 > -// #define ENABLE_STACK_STATS 1 > +#define ENABLE_STACK_STATS 1 wut
Anders Carlsson
Comment 3 2014-01-28 09:09:11 PST
Note You need to log in before you can comment on or make changes to this bug.