Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8d9577b6fd41b6834d4d676bdc2fe868d990bad7
https://github.com/WebKit/WebKit/commit/8d9577b6fd41b6834d4d676bdc2fe868d990bad7
Author: Ahmad Saleem <[email protected]>
Date: 2025-12-29 (Mon, 29 Dec 2025)
Changed paths:
M Source/WebCore/rendering/RenderBlock.cpp
Log Message:
-----------
Fix `pointLogicalTop` typo from 255886@main
https://bugs.webkit.org/show_bug.cgi?id=304760
rdar://167300147
Reviewed by Alan Baradlay.
In 255886@main, I made a typo where first condition should be `pointLogicalLeft`
but due to bad copy paste, I had it as `pointLogicalTop`. As of right now,
first and third (if) cases are samen and this patch fixes it.
* Source/WebCore/rendering/RenderBlock.cpp:
(WebCore::RenderBlock::positionForPoint):
Canonical link: https://commits.webkit.org/304984@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications