Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a20b2c96bcb40c90a43919f352d450a592e83669
https://github.com/WebKit/WebKit/commit/a20b2c96bcb40c90a43919f352d450a592e83669
Author: Chris Dumez <[email protected]>
Date: 2026-04-20 (Mon, 20 Apr 2026)
Changed paths:
M Source/JavaScriptCore/runtime/JSCast.h
M Source/JavaScriptCore/runtime/JSString.h
M Source/JavaScriptCore/runtime/JSStringInlines.h
M Source/JavaScriptCore/wasm/js/WebAssemblyGCStructure.cpp
M Source/WebKit/Shared/JavaScriptEvaluationResult.cpp
M Source/WebKit/WebProcess/Extensions/Bindings/JSWebExtensionWrapper.cpp
M
Source/WebKit/WebProcess/InjectedBundle/API/Cocoa/WKWebProcessPlugInFrame.mm
M Source/WebKit/WebProcess/WebPage/IPCTestingAPI.cpp
M Source/WebKit/WebProcess/WebPage/WebFrame.cpp
M Source/WebKitLegacy/mac/DOM/DOM.mm
M Source/WebKitLegacy/mac/WebView/WebFrame.mm
M Tools/Scripts/webkitpy/style/checkers/cpp.py
M Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
Log Message:
-----------
Drop jsCast<T*>() in favor of uncheckedDowncast<T>()
https://bugs.webkit.org/show_bug.cgi?id=312759
Reviewed by Keith Miller.
Drop jsCast<T*>() in favor of uncheckedDowncast<T>().
Canonical link: https://commits.webkit.org/311624@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications