Bug 234801

Summary: [LFC][IFC] Add ASSERT(middle >= left && middle < right) to TextUtil::breakWord
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description zalan 2022-01-02 12:08:39 PST
in 8bit world, middle = (left + right) / 2 always guaranteed it.
Comment 1 zalan 2022-01-02 12:24:34 PST
Created attachment 448183 [details]
Patch
Comment 2 EWS 2022-01-02 16:50:38 PST
Committed r287525 (245660@main): <https://commits.webkit.org/245660@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 448183 [details].
Comment 3 Radar WebKit Bug Importer 2022-01-02 16:51:18 PST
<rdar://problem/87054708>