[webkit-reviews] review granted: [Bug 239028] Clean up Element::isFocusableWithoutResolvingFullStyle() : [Attachment 457814] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 19 01:58:44 PDT 2022


Antti Koivisto <koivisto at iki.fi> has granted Tim Nguyen (:ntim)
<ntim at apple.com>'s request for review:
Bug 239028: Clean up Element::isFocusableWithoutResolvingFullStyle()
https://bugs.webkit.org/show_bug.cgi?id=239028

Attachment 457814: Patch

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




--- Comment #6 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 457814
  --> https://bugs.webkit.org/attachment.cgi?id=457814
Patch

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

> Source/WebCore/dom/Element.cpp:3560
> +    auto isFocusableStyle = [](const RenderStyle* style) -> bool {

->bool is not necessary


More information about the webkit-reviews mailing list