Bug 270424 - Use `unsigned` instead of `unsigned int` in `Editor::selectionStartHasMarkerFor`
Summary: Use `unsigned` instead of `unsigned int` in `Editor::selectionStartHasMarkerFor`
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-03-03 16:36 PST by Ahmad Saleem
Modified: 2024-03-03 19:51 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 2024-03-03 16:36:55 PST
It is same thing so use 'unsigned' instead.

Aligning with rest of our WebKit's style / code.

https://webkit.org/code-style-guidelines/#types-unsigned

Thanks!
Comment 1 EWS 2024-03-03 19:50:59 PST
Committed 275612@main (8cc45329975e): <https://commits.webkit.org/275612@main>

Reviewed commits have been landed. Closing PR #25396 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2024-03-03 19:51:13 PST
<rdar://problem/123986543>