Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0dedbbdb77a38be2d1c80131b93fcf2e4f1d4854
https://github.com/WebKit/WebKit/commit/0dedbbdb77a38be2d1c80131b93fcf2e4f1d4854
Author: Ahmad Saleem <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M Source/WebCore/rendering/RenderTable.cpp
Log Message:
-----------
Drop redundant else after return in RenderTable::cellAbove/cellBelow
https://bugs.webkit.org/show_bug.cgi?id=316624
rdar://179066333
Reviewed by Dan Glastonbury.
The else branch follows an unconditional return inside the if, so it is
redundant. No change in behavior.
* Source/WebCore/rendering/RenderTable.cpp:
(WebCore::RenderTable::cellAbove const):
(WebCore::RenderTable::cellBelow const):
Canonical link: https://commits.webkit.org/314802@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications