Bug 126759 - Use STL threading primitives in DatabaseDetails and DatabaseManager
Summary: Use STL threading primitives in DatabaseDetails and DatabaseManager
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-10 09:55 PST by Anders Carlsson
Modified: 2014-01-10 10:58 PST (History)
2 users (show)

See Also:


Attachments
Patch (8.17 KB, patch)
2014-01-10 10:02 PST, Anders Carlsson
ggaren: review+
eflews.bot: commit-queue-
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-10 09:55:44 PST
Use STL threading primitives in DatabaseDetails and DatabaseManager
Comment 1 Anders Carlsson 2014-01-10 10:02:23 PST
Created attachment 220855 [details]
Patch
Comment 2 EFL EWS Bot 2014-01-10 10:24:51 PST
Comment on attachment 220855 [details]
Patch

Attachment 220855 [details] did not pass efl-ews (efl):
Output: http://webkit-queues.appspot.com/results/4839373191249920
Comment 3 Geoffrey Garen 2014-01-10 10:34:10 PST
Comment on attachment 220855 [details]
Patch

r=me

Please #include <mutex> in DatabaseManager.h because EFL.
Comment 4 Anders Carlsson 2014-01-10 10:58:39 PST
Committed r161654: <http://trac.webkit.org/changeset/161654>