Bug 127783 - Use std::mutex instead of WTF::Mutex in WTF
Summary: Use std::mutex instead of WTF::Mutex in WTF
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-28 09:05 PST by Anders Carlsson
Modified: 2014-01-28 09:09 PST (History)
3 users (show)

See Also:


Attachments
Patch (8.34 KB, patch)
2014-01-28 09:06 PST, Anders Carlsson
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>