[webkit-changes] [WebKit/WebKit] 8cc453: Use `unsigned` instead of `unsigned int` in `Edito...

Ahmad Saleem noreply at github.com
Sun Mar 3 19:51:09 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8cc45329975e949cef09753ac8db62c78ba9ad2b
      https://github.com/WebKit/WebKit/commit/8cc45329975e949cef09753ac8db62c78ba9ad2b
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2024-03-03 (Sun, 03 Mar 2024)

  Changed paths:
    M Source/WebCore/editing/Editor.cpp

  Log Message:
  -----------
  Use `unsigned` instead of `unsigned int` in `Editor::selectionStartHasMarkerFor` aligning with WebKit Code Style

https://bugs.webkit.org/show_bug.cgi?id=270424

Reviewed by Fujii Hironori.

This patch is to use `unsigned` instead of `unsigned int` as per WebKit's Code Style Guidelines [1]:

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

* Source/WebCore/editing/Editor.cpp:
(Editor::selectionStartHasMarkerFor):

Canonical link: https://commits.webkit.org/275612@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list