Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6ab6e33c193527aa3a3a4ab8145f3180a3c74d79
https://github.com/WebKit/WebKit/commit/6ab6e33c193527aa3a3a4ab8145f3180a3c74d79
Author: Anne van Kesteren <[email protected]>
Date: 2026-02-28 (Sat, 28 Feb 2026)
Changed paths:
M Source/WebCore/Modules/encryptedmedia/MediaKeyMessageEvent.h
M Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyMessageEvent.h
M Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyNeededEvent.h
M Source/WebCore/Modules/mediasource/BufferedChangeEvent.h
M Source/WebCore/Modules/mediastream/OverconstrainedErrorEvent.h
M Source/WebCore/Modules/mediastream/RTCPeerConnectionIceEvent.h
M Source/WebCore/Modules/push-api/PushSubscriptionChangeEvent.h
M Source/WebCore/Modules/webaudio/AudioProcessingEvent.h
M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
M Source/WebCore/css/CSSAttrValue.h
M Source/WebCore/css/CSSGridLineValue.h
M Source/WebCore/css/CSSOffsetRotateValue.h
M Source/WebCore/css/CSSScrollValue.h
M Source/WebCore/css/CSSViewValue.h
M Source/WebCore/dom/DeviceMotionData.h
M Source/WebCore/html/MediaEncryptedEvent.h
M Source/WebCore/platform/audio/HRTFPanner.h
M Source/WebCore/platform/mock/RTCNotifiersMock.h
Log Message:
-----------
Make assorted class members const RefPtr in WebCore
https://bugs.webkit.org/show_bug.cgi?id=308870
Reviewed by Chris Dumez.
Also correct trivial getters on CSSScrollValue and CSSViewValue to
return a pointer instead of const RefPtr&.
Helps reduce unsafeness.
Canonical link: https://commits.webkit.org/308403@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications