[Webkit-unassigned] [Bug 126197] New: Place code that initializes threading behind a runtime check
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 23 17:54:42 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=126197
Summary: Place code that initializes threading behind a runtime
check
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: aestes at apple.com
CC: ddkilzer at webkit.org
There are various places in WebKit with the following stanza:
JSC::initializeThreading();
WTF::initializeMainThreadToProcessMainThread();
RunLoop::initializeMainRunLoop();
These lines need to be excluded in the iOS port due to the web thread. We should create a runtime check for this rather than a compile-time one.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list