Bug 38022 - Move isMainThread predicate function to MainThread.h
Summary: Move isMainThread predicate function to MainThread.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-22 18:54 PDT by Sam Weinig
Modified: 2010-04-23 17:04 PDT (History)
3 users (show)

See Also:


Attachments
patch (11.78 KB, patch)
2010-04-22 18:55 PDT, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.