Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 809fc2216abc27beeb8d695eee583e0ff7d5513c
https://github.com/WebKit/WebKit/commit/809fc2216abc27beeb8d695eee583e0ff7d5513c
Author: Alex Christensen <[email protected]>
Date: 2026-06-04 (Thu, 04 Jun 2026)
Changed paths:
M Source/WebCore/Modules/filesystem/WorkerFileSystemStorageConnection.h
M Source/WebCore/Modules/indexeddb/server/IDBServer.h
M Source/WebCore/Modules/mediastream/CanvasCaptureMediaStreamTrack.h
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.h
M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.h
M
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.h
M Source/WebCore/Modules/remoteplayback/RemotePlayback.h
M Source/WebCore/Modules/webxr/XRInputSourceEvent.h
M Source/WebCore/css/CSSRegisteredCounterStyle.h
M Source/WebCore/dom/Document.h
M Source/WebCore/dom/ScriptElement.h
M Source/WebCore/html/HTMLMediaElement.h
M Source/WebCore/html/track/AudioTrack.h
M Source/WebCore/html/track/VideoTrack.h
M Source/WebCore/platform/gamepad/mac/MultiGamepadProvider.h
M Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.h
M
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h
M Source/WebCore/platform/graphics/cocoa/MediaPlayerPrivateWebM.h
M Source/WebCore/platform/network/ResourceHandleInternal.h
M Source/WebKit/NetworkProcess/Classifier/WebResourceLoadStatisticsStore.h
M Source/WebKit/NetworkProcess/Downloads/Download.h
M Source/WebKit/NetworkProcess/NetworkResourceLoader.h
M Source/WebKit/UIProcess/WebProcessProxy.cpp
M Source/WebKit/UIProcess/WebProcessProxy.h
Log Message:
-----------
Remove some unused member variables
https://bugs.webkit.org/show_bug.cgi?id=316328
rdar://178750331
Reviewed by Charlie Wolfe.
I'm learning how to use some new tools. Some of them even show signs of
intelligence, albeit artificial. They can look through a lot of code
and find unused member variables relatively quickly, so let's take that
assistance and save a tiny bit of memory.
* Source/WebCore/Modules/filesystem/WorkerFileSystemStorageConnection.h:
* Source/WebCore/Modules/indexeddb/server/IDBServer.h:
* Source/WebCore/Modules/mediastream/CanvasCaptureMediaStreamTrack.h:
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.h:
* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.h:
* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.h:
* Source/WebCore/Modules/remoteplayback/RemotePlayback.h:
* Source/WebCore/Modules/webxr/XRInputSourceEvent.h:
* Source/WebCore/css/CSSRegisteredCounterStyle.h:
* Source/WebCore/dom/Document.h:
* Source/WebCore/dom/ScriptElement.h:
* Source/WebCore/html/HTMLMediaElement.h:
* Source/WebCore/html/track/AudioTrack.h:
* Source/WebCore/html/track/VideoTrack.h:
* Source/WebCore/platform/gamepad/mac/MultiGamepadProvider.h:
* Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.h:
*
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h:
* Source/WebCore/platform/graphics/cocoa/MediaPlayerPrivateWebM.h:
* Source/WebCore/platform/network/ResourceHandleInternal.h:
* Source/WebKit/NetworkProcess/Classifier/WebResourceLoadStatisticsStore.h:
* Source/WebKit/NetworkProcess/Downloads/Download.h:
* Source/WebKit/NetworkProcess/NetworkResourceLoader.h:
* Source/WebKit/UIProcess/WebProcessProxy.cpp:
(WebKit::WebProcessProxy::~WebProcessProxy):
* Source/WebKit/UIProcess/WebProcessProxy.h:
Canonical link: https://commits.webkit.org/314582@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications