[WebDisplayLinkHandler handleDisplayLink:] has an ASSERT(WebThreadIsCurrent()). We don't use the Web Thread in WebKit2, but it looks to me like isMainThread() does the right thing (main thread if web thread is disabled, web thread otherwise), so let's use that.
Created attachment 223613 [details] patch Hopefully someone can clarify if isMainThead does the right thing. And maybe we should audit other callers of WebThreadIsCurrent?
Comment on attachment 223613 [details] patch Clearing flags on attachment: 223613 Committed r163758: <http://trac.webkit.org/changeset/163758>
All reviewed patches have been landed. Closing bug.