summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf/android/AndroidThreading.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge WebKit at r75315: Initial merge by git.Steve Block2011-05-121-39/+0
| | | | Change-Id: I570314b346ce101c935ed22a626b48c2af266b84
* Fixes MainThreadAndroid to use AndroidThreading, rather than calling methods ↵Steve Block2009-12-211-0/+39
on JavaSharedClient directly. AndroidThreading is defined in WTF and implemented in WebKit. This is the pattern used by Chromium, and avoids the current layering violation due to WTF calling into WebKit. This is being upstreamed to webkit.org in https://bugs.webkit.org/show_bug.cgi?id=32651 Change-Id: Ic58f0270ed134d9f897075cca692718d1c2e9369