[Webkit-unassigned] [Bug 125305] Incorrect usage of ThreadingOnce class.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 6 13:01:54 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=125305





--- Comment #13 from Geoffrey Garen <ggaren at apple.com>  2013-12-06 13:00:11 PST ---
You either have to write your own mutex class that uses only POD data and has a trivial constructor / destructor, or you need to use std::call_once.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list