WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
312309
ComplexTextController: Remove unused m_coreTextLines
https://bugs.webkit.org/show_bug.cgi?id=312309
Summary
ComplexTextController: Remove unused m_coreTextLines
Vitor Roriz
Reported
2026-04-14 14:13:51 PDT
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
Comment 1
2026-04-14 14:13:59 PDT
<
rdar://problem/174774224
>
Vitor Roriz
Comment 2
2026-04-14 14:20:57 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/62766
EWS
Comment 3
2026-04-14 19:23:55 PDT
Committed
311254@main
(78779ce33b02): <
https://commits.webkit.org/311254@main
> Reviewed commits have been landed. Closing PR #62766 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug