[webkit-reviews] review granted: [Bug 172217] Regression (198943): <marquee> shouldn't wrap text : [Attachment 310385] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 17 07:25:39 PDT 2017


Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 172217: Regression (198943): <marquee> shouldn't wrap text
https://bugs.webkit.org/show_bug.cgi?id=172217

Attachment 310385: patch

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




--- Comment #3 from Andreas Kling <akling at apple.com> ---
Comment on attachment 310385
  --> https://bugs.webkit.org/attachment.cgi?id=310385
patch

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

Wow, I was not expecting to see a marquee patch in 2017. r=me

> Source/WebCore/rendering/RenderMarquee.cpp:200
> -    auto& style = m_layer->renderer().mutableStyle();
> +    auto& style = m_layer->renderer().style();

Nice.


More information about the webkit-reviews mailing list