Bug 131865 - bmalloc: AsyncTask should use Mutex instead of std::mutex
Summary: bmalloc: AsyncTask should use Mutex instead of std::mutex
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: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-18 16:43 PDT by Geoffrey Garen
Modified: 2014-04-18 20:23 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.25 KB, patch)
2014-04-18 16:45 PDT, Geoffrey Garen
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2014-04-18 16:43:48 PDT
bmalloc: AsyncTask should use Mutex instead of std::mutex
Comment 1 Geoffrey Garen 2014-04-18 16:45:21 PDT
Created attachment 229684 [details]
Patch
Comment 2 Geoffrey Garen 2014-04-18 20:23:27 PDT
Committed r167526: <http://trac.webkit.org/changeset/167526>