Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ba64ba88e37343aac07057738801121a36368c25
https://github.com/WebKit/WebKit/commit/ba64ba88e37343aac07057738801121a36368c25
Author: Ahmad Saleem <[email protected]>
Date: 2026-01-05 (Mon, 05 Jan 2026)
Changed paths:
M Source/WebCore/rendering/RenderBox.cpp
Log Message:
-----------
Fix typo in RenderBox::computeInlineDirectionMargins where `marginEnd` still
calls `InlineStart` rather than `InlineEnd`
https://bugs.webkit.org/show_bug.cgi?id=304948
rdar://167045668
Reviewed by Alan Baradlay.
This code was added in 258563@main and I think due to copy paste, this
typo happened and this patch addresseses it and make `marginEnd` call
`InlineEnd` rather than `InlineStart`.
* Source/WebCore/rendering/RenderBox.cpp:
(WebCore::RenderBox::computeInlineDirectionMargins const):
Canonical link: https://commits.webkit.org/305122@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications