Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a0104a2d5faad15b701e0e86e62b55695ad12a17
https://github.com/WebKit/WebKit/commit/a0104a2d5faad15b701e0e86e62b55695ad12a17
Author: Taher Ali <[email protected]>
Date: 2026-06-17 (Wed, 17 Jun 2026)
Changed paths:
M Source/WebCore/rendering/shapes/ShapeOutsideInfo.h
Log Message:
-----------
[WebCore] Use default member initializers for ShapeOutsideDeltas bitfields
https://bugs.webkit.org/show_bug.cgi?id=317340
rdar://179965394
Reviewed by Simon Fraser.
Initialize ShapeOutsideDeltas's m_lineOverlapsShape and m_isValid
bitfields at their declarations and default the parameterless
constructor, rather than initializing them in the constructor body.
* Source/WebCore/rendering/shapes/ShapeOutsideInfo.h:
Canonical link: https://commits.webkit.org/315417@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications