[webkit-reviews] review granted: [Bug 221832] Unexpected ASSERT when touch events are dispatched on the main thread : [Attachment 420253] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 15 09:28:46 PST 2021


Darin Adler <darin at apple.com> has granted Dean Jackson <dino at apple.com>'s
request for review:
Bug 221832: Unexpected ASSERT when touch events are dispatched on the main
thread
https://bugs.webkit.org/show_bug.cgi?id=221832

Attachment 420253: Patch

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




--- Comment #8 from Darin Adler <darin at apple.com> ---
Comment on attachment 420253
  --> https://bugs.webkit.org/attachment.cgi?id=420253
Patch

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

> Source/WTF/wtf/CompletionHandler.h:48
> +	   // FIXME: The logic here is a bit confusing, because you can't say
that you want the handler to be called
> +	   // on the same thread it was constructed on, unless that was the
main thread.

Should we add *that* feature instead of adding AnyThread?


More information about the webkit-reviews mailing list