Bug 127783

Summary: Use std::mutex instead of WTF::Mutex in WTF
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

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.