Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6de7e18ae1940f1073261e3af26796157816f789
https://github.com/WebKit/WebKit/commit/6de7e18ae1940f1073261e3af26796157816f789
Author: Fady Farag <[email protected]>
Date: 2025-11-26 (Wed, 26 Nov 2025)
Changed paths:
M Source/WebCore/html/canvas/CanvasFilterContextSwitcher.cpp
Log Message:
-----------
Drop unnecessary null check after WTF::makeUnique in
html/canvas/CanvasFilterContextSwitcher.cpp
https://bugs.webkit.org/show_bug.cgi?id=303121
rdar://165422286
Reviewed by Chris Dumez.
WTF::makeUnique cannot return nullptr. The null check is unnecessary.
* Source/WebCore/html/canvas/CanvasFilterContextSwitcher.cpp:
(WebCore::CanvasFilterContextSwitcher::create):
Canonical link: https://commits.webkit.org/303586@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications