Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 55a120e94a2db3144c74a2698e6aad63d178f751
https://github.com/WebKit/WebKit/commit/55a120e94a2db3144c74a2698e6aad63d178f751
Author: Ahmad Saleem <[email protected]>
Date: 2026-06-29 (Mon, 29 Jun 2026)
Changed paths:
M Source/WebCore/rendering/RenderTreeAsText.cpp
Log Message:
-----------
Add missing break in RightToLeft case of fieldset border switch in
RenderTreeAsText.cpp
https://bugs.webkit.org/show_bug.cgi?id=318133
rdar://180953714
Reviewed by Alan Baradlay.
The FlowDirection::RightToLeft case in the fieldset border switch was
missing a break statement. It is harmless but just to be consistent with
others, this patch adds it.
No change in behavior.
* Source/WebCore/rendering/RenderTreeAsText.cpp:
(WebCore::RenderTreeAsText::writeRenderObject):
Canonical link: https://commits.webkit.org/316064@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications