Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9e16bcdd0fac018cb281d26129276ef1cb5bc657
https://github.com/WebKit/WebKit/commit/9e16bcdd0fac018cb281d26129276ef1cb5bc657
Author: Fady Farag <[email protected]>
Date: 2025-11-22 (Sat, 22 Nov 2025)
Changed paths:
M Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp
Log Message:
-----------
Drop unnecessary null check after WTF::makeUnique in
graphics/win/MediaPlayerPrivateMediaFoundation.cpp
https://bugs.webkit.org/show_bug.cgi?id=302919
rdar://165187445
Reviewed by Darin Adler.
WTF::makeUnique cannot return nullptr. The null check is unnecessary.
* Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp:
(WebCore::MediaPlayerPrivateMediaFoundation::CustomVideoPresenter::CustomVideoPresenter):
Canonical link: https://commits.webkit.org/303446@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications