[webkit-reviews] review canceled: [Bug 213705] RunLoop::dispatch should only call wakeUp when needed : [Attachment 403013] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 28 16:09:01 PDT 2020
Geoffrey Garen <ggaren at apple.com> has canceled Geoffrey Garen
<ggaren at apple.com>'s request for review:
Bug 213705: RunLoop::dispatch should only call wakeUp when needed
https://bugs.webkit.org/show_bug.cgi?id=213705
Attachment 403013: Patch
https://bugs.webkit.org/attachment.cgi?id=403013&action=review
--- Comment #2 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 403013
--> https://bugs.webkit.org/attachment.cgi?id=403013
Patch
Oops! I had planned to remove the functionsHandled behavior separately from
this patch -- but it's actually not correct until you do both, since
functionsHandled is willing to exit without a wakeUp. :(
More information about the webkit-reviews
mailing list