Bug 38022

Summary: Move isMainThread predicate function to MainThread.h
Product: WebKit Reporter: Sam Weinig <sam>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch andersca: review+

Description Sam Weinig 2010-04-22 18:54:09 PDT
We should move the isMainThread predicate function to MainThread.h from Threading.h and consolidate the implementations where possible.
Comment 1 Sam Weinig 2010-04-22 18:55:57 PDT
Created attachment 54119 [details]
patch
Comment 2 Anders Carlsson 2010-04-22 18:59:03 PDT
Comment on attachment 54119 [details]
patch

r=me!
Comment 3 WebKit Review Bot 2010-04-23 12:06:12 PDT
http://trac.webkit.org/changeset/58179 might have broken Qt Linux Release minimal, Qt Linux ARMv5 Release, and Qt Linux ARMv7 Release
Comment 4 Sam Weinig 2010-04-23 17:04:30 PDT
 Fixed in r58179 and  r58181.