[webkit-changes] [WebKit/WebKit] d17431: Fix typo of being twice mentioned `overflowX` in `...
Ahmad Saleem
noreply at github.com
Thu Dec 12 14:33:22 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d174315995159e7337fab407edf24263e6d66788
https://github.com/WebKit/WebKit/commit/d174315995159e7337fab407edf24263e6d66788
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M Source/WebCore/style/StyleAdjuster.cpp
Log Message:
-----------
Fix typo of being twice mentioned `overflowX` in `StyleAdjuster.cpp` since 266560 at main
https://bugs.webkit.org/show_bug.cgi?id=284567
rdar://problem/141371248
Reviewed by Alan Baradlay.
While looking through StyleAdjuster code, I noticed that I did this typo,
which was obviously meant to be `overflowY` and `overflowX` but I did it
as twice `overflowX` since 266560 at main.
This patch is to make it right what should have been done in first place.
* Source/WebCore/style/StyleAdjuster.cpp:
(WebCore::Style::Adjuster::adjust const):
Canonical link: https://commits.webkit.org/287765@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list