Convert LoaderRunLoopCF.cpp and WebCoreThreadRun.cpp over to modern threading primitives
Created attachment 221588 [details] Patch
Comment on attachment 221588 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=221588&action=review > Source/WebCore/platform/ios/wak/WebCoreThreadRun.cpp:116 > +static std::mutex* runQueueMutex = nullptr; > +static CFRunLoopSourceRef runSource = nullptr; > +static WebThreadRunQueue* runQueue = nullptr; > Don't need to initialise globals to null.
Committed r162292: <http://trac.webkit.org/changeset/162292>