[webkit-reviews] review granted: [Bug 187301] [LFC] Generate anonymous inline box for text content. : [Attachment 344220] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 3 14:38:24 PDT 2018


Antti Koivisto <koivisto at iki.fi> has granted zalan <zalan at apple.com>'s request
for review:
Bug 187301: [LFC] Generate anonymous inline box for text content.
https://bugs.webkit.org/show_bug.cgi?id=187301

Attachment 344220: Patch

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




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

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

> Source/WebCore/layout/layouttree/LayoutInlineBox.h:44
> +    void setContent(String text) { m_textContent = text; }

Maybe setTextContent?


More information about the webkit-reviews mailing list