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.