Bug 218682

Summary: Fix warning related to unsigned >=0 ASSERT
Product: WebKit Reporter: Rob Buis <rbuis>
Component: WebKit Misc.Assignee: Rob Buis <rbuis>
Status: RESOLVED FIXED    
Severity: Normal CC: changseok, esprehn+autocc, ews-watchlist, glenn, Hironori.Fujii, kondapallykalyan, mmaxfield, pdr, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Rob Buis 2020-11-07 01:56:56 PST
Source/WebCore/rendering/RenderText.cpp:592:19: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
Comment 1 Rob Buis 2020-11-07 02:05:31 PST
Created attachment 413522 [details]
Patch
Comment 2 EWS 2020-11-07 14:20:31 PST
Committed r269566: <https://trac.webkit.org/changeset/269566>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 413522 [details].
Comment 3 Radar WebKit Bug Importer 2020-11-07 14:21:16 PST
<rdar://problem/71153675>