[webkit-reviews] review granted: [Bug 211207] REGRESSION(r260791) Network process fails to suspend promptly : [Attachment 398002] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 29 15:40:21 PDT 2020


Alex Christensen <achristensen at apple.com> has granted  review:
Bug 211207: REGRESSION(r260791) Network process fails to suspend promptly
https://bugs.webkit.org/show_bug.cgi?id=211207

Attachment 398002: Patch

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




--- Comment #5 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 398002
  --> https://bugs.webkit.org/attachment.cgi?id=398002
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=398002&action=review

>
Source/WebKit/NetworkProcess/Classifier/WebResourceLoadStatisticsStore.cpp:-138
5
> -    ASSERT(RunLoop::isMain() && !isEphemeral());

Why not keep the RunLoop::isMain() assertion?


More information about the webkit-reviews mailing list