Bug 312309
| Summary: | ComplexTextController: Remove unused m_coreTextLines | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
| Component: | Text | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fantasai.bugs, vitor.roriz, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vitor Roriz
m_coreTextLines was originally needed to keep CTLine objects alive because ComplexTextRun stored raw borrowed pointers into CTRun internal memory. Since 184939@main (2017), ComplexTextRun copies all data into owned Vectors, making the lifetime extension unnecessary.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/174774224>
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/62766
EWS
Committed 311254@main (78779ce33b02): <https://commits.webkit.org/311254@main>
Reviewed commits have been landed. Closing PR #62766 and removing active labels.