Bug 315747

Summary: TextLayout: Avoid unchecked call arguments
Product: WebKit Reporter: Vitor Roriz <vitor.roriz>
Component: TextAssignee: Vitor Roriz <vitor.roriz>
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
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.