Disable NetworkStateNotifier::singleton()'s isMainThread() assertion when the WebThread is enabled to address crashes on iOS WK1.
<rdar://problem/47925359>
Created attachment 363378 [details] Patch
Comment on attachment 363378 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=363378&action=review > Source/WebCore/platform/network/NetworkStateNotifier.cpp:41 > +#if PLATFORM(IOS_FAMILY) Why not #if USE(WEB_THREAD)?
Created attachment 363386 [details] Patch
Comment on attachment 363386 [details] Patch Clearing flags on attachment: 363386 Committed r242295: <https://trac.webkit.org/changeset/242295>
All reviewed patches have been landed. Closing bug.