Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d2d18f4ad860a3d624a6c591573d095455aeeb15
https://github.com/WebKit/WebKit/commit/d2d18f4ad860a3d624a6c591573d095455aeeb15
Author: Fady Farag <[email protected]>
Date: 2025-12-05 (Fri, 05 Dec 2025)
Changed paths:
M Source/WebCore/workers/WorkerScriptLoader.cpp
Log Message:
-----------
Drop unnecessary null check after WTF::makeUnique in
workers/WorkerScriptLoader.cpp
https://bugs.webkit.org/show_bug.cgi?id=303615
rdar://165899046
Reviewed by Chris Dumez.
WTF::makeUnique cannot return nullptr. The null check is unnecessary.
* Source/WebCore/workers/WorkerScriptLoader.cpp:
(WebCore::WorkerScriptLoader::loadAsynchronously):
Canonical link: https://commits.webkit.org/304000@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications