Bug 77676

Summary: Use win32 native threading
Product: WebKit Reporter: Kalev Lember <kalevlember>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: levin+threading, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Use win32 native threading none

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.