Bug 187301 - [LFC] Generate anonymous inline box for text content.
Summary: [LFC] Generate anonymous inline box for text content.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-07-03 14:29 PDT by zalan
Modified: 2018-07-03 15:31 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.68 KB, patch)
2018-07-03 14:34 PDT, zalan
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2018-07-03 14:29:18 PDT
ssia.
Comment 1 zalan 2018-07-03 14:34:26 PDT
Created attachment 344220 [details]
Patch
Comment 2 Antti Koivisto 2018-07-03 14:38:24 PDT
Comment on attachment 344220 [details]
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?
Comment 3 zalan 2018-07-03 15:28:48 PDT
Committed r233482: <https://trac.webkit.org/changeset/233482>
Comment 4 Radar WebKit Bug Importer 2018-07-03 15:31:18 PDT
<rdar://problem/41795310>