[webkit-reviews] review granted: [Bug 195230] Disable NetworkStateNotifier::singleton()'s isMainThread() assertion when the WebThread is enabled : [Attachment 363378] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 1 14:59:30 PST 2019


Ryosuke Niwa <rniwa at webkit.org> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 195230: Disable NetworkStateNotifier::singleton()'s isMainThread()
assertion when the WebThread is enabled
https://bugs.webkit.org/show_bug.cgi?id=195230

Attachment 363378: Patch

https://bugs.webkit.org/attachment.cgi?id=363378&action=review




--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 363378
  --> https://bugs.webkit.org/attachment.cgi?id=363378
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)?


More information about the webkit-reviews mailing list