[webkit-changes] [WebKit/WebKit] df1142: Remove an unused argument markCount of ComplexText...
Fujii Hironori
noreply at github.com
Tue Mar 26 01:47:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: df11425f0c1d93a1a8c9b99a4950e346dc2217d7
https://github.com/WebKit/WebKit/commit/df11425f0c1d93a1a8c9b99a4950e346dc2217d7
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2024-03-26 (Tue, 26 Mar 2024)
Changed paths:
M Source/WebCore/platform/graphics/ComplexTextController.cpp
M Source/WebCore/platform/graphics/ComplexTextController.h
Log Message:
-----------
Remove an unused argument markCount of ComplexTextController::advanceByCombiningCharacterSequence
https://bugs.webkit.org/show_bug.cgi?id=271693
Reviewed by Charlie Wolfe.
The argument markCount was added by 84260 at main, but not used after
253278 at main. Removed it. No behavior change.
* Source/WebCore/platform/graphics/ComplexTextController.cpp:
* Source/WebCore/platform/graphics/ComplexTextController.h:
Canonical link: https://commits.webkit.org/276679@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