Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1b836cef39c78b8218e848351446174707448fcf
https://github.com/WebKit/WebKit/commit/1b836cef39c78b8218e848351446174707448fcf
Author: Anne van Kesteren <[email protected]>
Date: 2026-02-27 (Fri, 27 Feb 2026)
Changed paths:
M Source/WebCore/Modules/streams/ReadableStreamDefaultReader.cpp
M Source/WebCore/Modules/webaudio/AudioWorkletGlobalScope.cpp
M Source/WebCore/SaferCPPExpectations/UncheckedCallArgsCheckerExpectations
M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
M Source/WebCore/SaferCPPExpectations/UncountedLocalVarsCheckerExpectations
M Source/WebCore/bindings/js/IDBBindingUtilities.cpp
M Source/WebCore/bindings/js/JSDOMGlobalObject.cpp
M Source/WebCore/bindings/js/JSDOMWindowBase.cpp
M Source/WebCore/bindings/js/JSDOMWindowBase.h
M Source/WebCore/bindings/js/JSDOMWindowCustom.cpp
M Source/WebCore/bindings/js/JSDOMWrapper.h
M Source/WebCore/bindings/js/JSIDBSerializationGlobalObject.h
M Source/WebCore/bindings/js/JSWorkerGlobalScopeBase.cpp
M Source/WebCore/bindings/js/JSWorkerGlobalScopeBase.h
M Source/WebCore/bindings/js/JSWorkletGlobalScopeBase.cpp
M Source/WebCore/bindings/js/JSWorkletGlobalScopeBase.h
M Source/WebCore/page/WebKitJSHandle.cpp
Log Message:
-----------
Make m_wrapped const in various JS bindings classes
https://bugs.webkit.org/show_bug.cgi?id=308751
rdar://171267580
Reviewed by Ryosuke Niwa.
Also simplify certain classes a bit based on the observation that
certain RefPtr arguments could be changed to Ref. This allows us to
unwrap wrapped() from protect() protection in certain places as a
bonus.
Canonical link: https://commits.webkit.org/308338@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications