Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 193346967bdd39dbd4f732877ea59958d693c238
https://github.com/WebKit/WebKit/commit/193346967bdd39dbd4f732877ea59958d693c238
Author: Ryosuke Niwa <[email protected]>
Date: 2025-10-26 (Sun, 26 Oct 2025)
Changed paths:
M Source/JavaScriptCore/inspector/agents/InspectorHeapAgent.h
M Source/WebCore/Modules/webaudio/AudioContext.h
M Source/WebCore/Modules/webaudio/AudioWorkletGlobalScope.h
M Source/WebCore/dom/DeviceMotionClient.h
M Source/WebCore/dom/DeviceOrientationClient.h
M Source/WebCore/html/BaseTextInputType.h
M Source/WebCore/html/EmailInputType.h
M Source/WebCore/html/HTMLMaybeFormAssociatedCustomElement.h
M Source/WebCore/html/NumberInputType.h
M Source/WebCore/html/PasswordInputType.h
M Source/WebCore/html/PluginDocument.h
M Source/WebCore/html/SearchInputType.h
M Source/WebCore/html/TelephoneInputType.h
M Source/WebCore/html/TextFieldInputType.h
M Source/WebCore/html/TextInputType.h
M Source/WebCore/html/URLInputType.h
M Source/WebCore/inspector/agents/WebHeapAgent.h
M Source/WebCore/inspector/agents/page/PageHeapAgent.h
M Source/WebCore/loader/EmptyClients.cpp
M Source/WebCore/platform/OpacityCaretAnimator.h
M Source/WebCore/platform/ios/DeviceMotionClientIOS.h
M Source/WebCore/platform/ios/DeviceOrientationClientIOS.h
M Source/WebCore/platform/mock/DeviceOrientationClientMock.h
M Source/WebCore/worklets/PaintWorkletGlobalScope.h
M Source/WebCore/worklets/WorkletGlobalScope.h
M Source/WebKit/Platform/IPC/StreamClientConnection.cpp
M Source/WebKit/Platform/IPC/StreamClientConnection.h
M Source/WebKitLegacy/mac/WebCoreSupport/WebEditorClient.h
Log Message:
-----------
Add missing WTF_OVERRIDE_DELETE_FOR_CHECKED_PTR
https://bugs.webkit.org/show_bug.cgi?id=301488
Reviewed by Geoffrey Garen.
Add the missing WTF_OVERRIDE_DELETE_FOR_CHECKED_PTR to subclasses of a
CheckedPtr capable type.
No new tests since there should be no behavior change.
* Source/JavaScriptCore/inspector/agents/InspectorHeapAgent.h:
* Source/WebCore/Modules/webaudio/AudioContext.h:
* Source/WebCore/Modules/webaudio/AudioWorkletGlobalScope.h:
* Source/WebCore/dom/DeviceMotionClient.h:
* Source/WebCore/dom/DeviceOrientationClient.h:
* Source/WebCore/html/BaseTextInputType.h:
* Source/WebCore/html/EmailInputType.h:
* Source/WebCore/html/HTMLMaybeFormAssociatedCustomElement.h:
* Source/WebCore/html/NumberInputType.h:
* Source/WebCore/html/PasswordInputType.h:
* Source/WebCore/html/PluginDocument.h:
* Source/WebCore/html/SearchInputType.h:
* Source/WebCore/html/TelephoneInputType.h:
* Source/WebCore/html/TextInputType.h:
* Source/WebCore/html/URLInputType.h:
* Source/WebCore/inspector/agents/WebHeapAgent.h:
* Source/WebCore/inspector/agents/page/PageHeapAgent.h:
* Source/WebCore/loader/EmptyClients.cpp:
* Source/WebCore/platform/OpacityCaretAnimator.h:
* Source/WebCore/platform/ios/DeviceMotionClientIOS.h:
* Source/WebCore/platform/ios/DeviceOrientationClientIOS.h:
* Source/WebCore/platform/mock/DeviceOrientationClientMock.h:
* Source/WebCore/worklets/PaintWorkletGlobalScope.h:
* Source/WebCore/worklets/WorkletGlobalScope.h:
* Source/WebKit/Platform/IPC/StreamClientConnection.cpp:
* Source/WebKit/Platform/IPC/StreamClientConnection.h:
* Source/WebKitLegacy/mac/WebCoreSupport/WebEditorClient.h:
Canonical link: https://commits.webkit.org/302167@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications