Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 441419f76d40300079182dcfd0b5ea52a3f3e4e3
https://github.com/WebKit/WebKit/commit/441419f76d40300079182dcfd0b5ea52a3f3e4e3
Author: Aditya Keerthi <[email protected]>
Date: 2026-04-23 (Thu, 23 Apr 2026)
Changed paths:
M Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreePropertyApplier.mm
Log Message:
-----------
Remove redundant null-check in `RemoteLayerTreePropertyApplier`
https://bugs.webkit.org/show_bug.cgi?id=313102
rdar://175398976
Reviewed by Richard Robinson.
* Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreePropertyApplier.mm:
(WebKit::RemoteLayerTreePropertyApplier::updateMask):
The method early returns when `!properties.maskLayerID`, so the check after is
unnecessary.
Canonical link: https://commits.webkit.org/311923@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications