Bug 28912 - wxWebKit does not call WTF::initializeThreading
Summary: wxWebKit does not call WTF::initializeThreading
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-02 10:54 PDT by Kevin Watters
Modified: 2009-09-02 11:04 PDT (History)
1 user (show)

See Also:


Attachments
calls WTF::initializeThreading in wxWebView::Create (1.28 KB, patch)
2009-09-02 10:57 PDT, Kevin Watters
kevino: review+
kevino: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Watters 2009-09-02 10:54:09 PDT
wxWebKit uses WTF threading primitives but does not call WTF::initializeThreading().
Comment 1 Kevin Watters 2009-09-02 10:57:28 PDT
Created attachment 38931 [details]
calls WTF::initializeThreading in wxWebView::Create
Comment 2 Kevin Ollivier 2009-09-02 11:04:36 PDT
Landed in r47981, thanks!