[webkit-reviews] review granted: [Bug 196259] [ContentChangeObserver] Skip anonymous renderers when checking for "willRespondToMouseClickEvents" : [Attachment 365971] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 26 10:00:44 PDT 2019


Dean Jackson <dino at apple.com> has granted zalan <zalan at apple.com>'s request for
review:
Bug 196259: [ContentChangeObserver] Skip anonymous renderers when checking for
"willRespondToMouseClickEvents"
https://bugs.webkit.org/show_bug.cgi?id=196259

Attachment 365971: Patch

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




--- Comment #3 from Dean Jackson <dino at apple.com> ---
Comment on attachment 365971
  --> https://bugs.webkit.org/attachment.cgi?id=365971
Patch

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

>
LayoutTests/fast/events/touch/ios/content-observation/crash-on-anonymous-render
er.html:32
> +    let rect = tapthis.getBoundingClientRect();
> +    let x = rect.left + rect.width / 2;
> +    let y = rect.top + rect.height / 2;

can use const :)


More information about the webkit-reviews mailing list