Bug 77676 - Use win32 native threading
Summary: Use win32 native threading
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-02 13:14 PST by Kalev Lember
Modified: 2012-02-02 15:37 PST (History)
2 users (show)

See Also:


Attachments
Use win32 native threading (3.98 KB, patch)
2012-02-02 13:16 PST, Kalev Lember
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kalev Lember 2012-02-02 13:14:36 PST
r97269 switched from glib threading to pthreads, breaking win32 GTK+.
This is a follow up, removing some leftovers in ThreadSpecific.h and
switching win32 to use the native threading in ThreadingWin.cpp.
Comment 1 Kalev Lember 2012-02-02 13:16:14 PST
Created attachment 125172 [details]
Use win32 native threading
Comment 2 WebKit Review Bot 2012-02-02 15:36:56 PST
Comment on attachment 125172 [details]
Use win32 native threading

Clearing flags on attachment: 125172

Committed r106598: <http://trac.webkit.org/changeset/106598>
Comment 3 WebKit Review Bot 2012-02-02 15:37:00 PST
All reviewed patches have been landed.  Closing bug.