Bug 267854
Summary: | RenderListBox::size() should be 'unsigned' instead of 'int' | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ahmad Saleem
Hi Team,
Just noticed that in HTMLSelectElement 'size' is 'unsigned long' while in rendering code, 'size()' is 'int'.
This bug is about making 'layout' code to have 'unsigned' as well instead of 'int'.
WebKit Source: https://github.com/WebKit/WebKit/blob/f2ffb0129de49a3c02f2b513bba61c889394fbab/Source/WebCore/rendering/RenderListBox.cpp#L261
Just raising so we can fix it.
Thanks!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
EWS
Committed 273312@main (f95c858b517e): <https://commits.webkit.org/273312@main>
Reviewed commits have been landed. Closing PR #23042 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/121389361>