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+

Description Anders Carlsson 2014-01-28 09:05:16 PST
Use std::mutex instead of WTF::Mutex in WTF
Comment 1 Anders Carlsson 2014-01-28 09:06:03 PST
Created attachment 222456 [details]
Patch
Comment 2 Antti Koivisto 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
Comment 3 Anders Carlsson 2014-01-28 09:09:11 PST
Committed r162935: <http://trac.webkit.org/changeset/162935>