RESOLVED FIXED315747
TextLayout: Avoid unchecked call arguments
https://bugs.webkit.org/show_bug.cgi?id=315747
Summary TextLayout: Avoid unchecked call arguments
Vitor Roriz
Reported 2026-05-28 03:31:53 PDT
ComplexTextController.cpp has Safer C++ unchecked call argument warnings where text.style() is passed to RenderBlock::constructTextRun without holding a CheckedRef on the stack.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-05-28 03:32:01 PDT
Vitor Roriz
Comment 2 2026-05-28 03:36:02 PDT
EWS
Comment 3 2026-05-28 06:45:34 PDT
Committed 314035@main (b88376b5347e): <https://commits.webkit.org/314035@main> Reviewed commits have been landed. Closing PR #65874 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.