Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b1ca108de0b7b343493be8ec857b47b3a98b2cc1
https://github.com/WebKit/WebKit/commit/b1ca108de0b7b343493be8ec857b47b3a98b2cc1
Author: Ahmad Saleem <[email protected]>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M Source/WebCore/rendering/mathml/MathOperator.cpp
M Source/WebCore/rendering/mathml/MathOperator.h
Log Message:
-----------
Use default member initializers for MathOperator data members
https://bugs.webkit.org/show_bug.cgi?id=316598
rdar://179053683
Reviewed by Dan Glastonbury and Alan Baradlay.
MathOperator already initialized every data member with a default member
initializer except the m_variantGlyph union member, which was set in the
constructor body. Give the union member a { 0 } initializer instead so the
constructor can be defaulted. No change in behavior.
* Source/WebCore/rendering/mathml/MathOperator.cpp:
(WebCore::MathOperator::MathOperator): Deleted.
* Source/WebCore/rendering/mathml/MathOperator.h:
Canonical link: https://commits.webkit.org/314788@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications