Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 518a15be844d0a2179f0fbf8403db9b106e15550
https://github.com/WebKit/WebKit/commit/518a15be844d0a2179f0fbf8403db9b106e15550
Author: Ahmad Saleem <[email protected]>
Date: 2026-08-01 (Sat, 01 Aug 2026)
Changed paths:
M Source/WebCore/mathml/MathMLOperatorElement.cpp
Log Message:
-----------
Use char16_t instead of UChar in MathMLOperatorElement
https://bugs.webkit.org/show_bug.cgi?id=320783
rdar://183793101
Reviewed by Frédéric Wang Nélar.
UChar is an ICU typedef for char16_t and WebKit has been migrating to spelling
the underlying type directly: only two files in Source/WebCore still used the
old spelling. MathMLOperatorElement.h already declares
OperatorChar::characters as std::array<char16_t, 2>, so the four UChar uses in
the implementation file were the last ones in Source/WebCore/mathml/.
No change in behavior.
* Source/WebCore/mathml/MathMLOperatorElement.cpp:
(WebCore::MathMLOperatorElement::parseOperatorChar):
Canonical link: https://commits.webkit.org/318376@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications