[Webkit-unassigned] [Bug 209822] Cannot style ::selection for a flex container

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 21 08:42:23 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209822

Antti Koivisto <koivisto at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #399934|review?                     |review+
              Flags|                            |

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

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

> Source/WebCore/rendering/RenderObject.cpp:170
> +    RenderElement* ancestor = parent();

Could use auto*

> Source/WebCore/rendering/RenderText.h:287
> +    if (RenderElement* ancestor = firstNonAnonymousAncestor())

Here too

> Source/WebCore/rendering/RenderText.h:294
> +    if (RenderElement* ancestor = firstNonAnonymousAncestor())

etc

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200521/61f59225/attachment.htm>


More information about the webkit-unassigned mailing list