Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0ee04d83c0f368545bcf84b115287626ab043647
https://github.com/WebKit/WebKit/commit/0ee04d83c0f368545bcf84b115287626ab043647
Author: Fady Farag <[email protected]>
Date: 2025-11-20 (Thu, 20 Nov 2025)
Changed paths:
M Source/WebCore/platform/graphics/ImageBuffer.cpp
Log Message:
-----------
Drop unnecessary null check after WTF::makeUnique in graphics/ImageBuffer.cpp
https://bugs.webkit.org/show_bug.cgi?id=302831
rdar://165095517
Reviewed by Chris Dumez.
WTF::makeUnique cannot return nullptr. The null check is unnecessary.
* Source/WebCore/platform/graphics/ImageBuffer.cpp:
(WebCore::ImageBuffer::filteredNativeImage):
Canonical link: https://commits.webkit.org/303373@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications