NEW 126197
Place code that initializes threading behind a runtime check
https://bugs.webkit.org/show_bug.cgi?id=126197
Summary Place code that initializes threading behind a runtime check
Andy Estes
Reported 2013-12-23 17:52:42 PST
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.