Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 178cea00b798cd742bb8342e614a2f3ef6bc4f05
https://github.com/WebKit/WebKit/commit/178cea00b798cd742bb8342e614a2f3ef6bc4f05
Author: Chris Dumez <[email protected]>
Date: 2026-04-18 (Sat, 18 Apr 2026)
Changed paths:
M Source/JavaScriptCore/dfg/DFGOperations.cpp
M Source/JavaScriptCore/runtime/JSCast.h
M Source/JavaScriptCore/runtime/JSCell.cpp
M Source/JavaScriptCore/runtime/JSMicrotask.cpp
M Source/JavaScriptCore/wasm/WasmFaultSignalHandler.cpp
M Source/JavaScriptCore/wasm/WasmIPIntSlowPaths.cpp
M Source/JavaScriptCore/wasm/js/JSWebAssemblyInstance.cpp
M Source/WebCore/bindings/js/JSDOMPromiseDeferred.h
Log Message:
-----------
Replace use of jsSecureCast<>() with downcast<>()
https://bugs.webkit.org/show_bug.cgi?id=312670
Reviewed by Anne van Kesteren.
Replace use of jsSecureCast<>() with downcast<>(), now that it works
with JS types.
Also drop jsSecureCast<>() now that it is no longer used.
Canonical link: https://commits.webkit.org/311527@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications