Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 623da6e67d8956d951c7cdbbd53328ae0b7d2f72 https://github.com/WebKit/WebKit/commit/623da6e67d8956d951c7cdbbd53328ae0b7d2f72 Author: Chris Dumez <cdu...@apple.com> Date: 2023-12-22 (Fri, 22 Dec 2023)
Changed paths: M Source/WebCore/page/Page.cpp M Source/WebCore/rendering/RenderTextControlSingleLine.cpp M Source/WebKit/UIProcess/Media/AudioSessionRoutingArbitratorProxy.h M Source/WebKit/UIProcess/Media/cocoa/AudioSessionRoutingArbitratorProxyCocoa.mm M Source/WebKit/UIProcess/Network/CustomProtocols/LegacyCustomProtocolManagerProxy.cpp M Source/WebKit/UIProcess/Network/CustomProtocols/LegacyCustomProtocolManagerProxy.h Log Message: ----------- Prefer Ref/RefPtr over CheckedPtr/CheckedRef for stack pointers to refcounted objects https://bugs.webkit.org/show_bug.cgi?id=266802 Reviewed by Ryosuke Niwa. * Source/WebCore/page/Page.cpp: (WebCore::Page::outermostFullscreenDocument const): * Source/WebCore/rendering/RenderTextControlSingleLine.cpp: (WebCore::RenderTextControlSingleLine::layout): * Source/WebKit/UIProcess/Media/AudioSessionRoutingArbitratorProxy.h: * Source/WebKit/UIProcess/Media/cocoa/AudioSessionRoutingArbitratorProxyCocoa.mm: (WebKit::AudioSessionRoutingArbitratorProxy::~AudioSessionRoutingArbitratorProxy): * Source/WebKit/UIProcess/Network/CustomProtocols/LegacyCustomProtocolManagerProxy.cpp: (WebKit::LegacyCustomProtocolManagerProxy::~LegacyCustomProtocolManagerProxy): (WebKit::LegacyCustomProtocolManagerProxy::invalidate): * Source/WebKit/UIProcess/Network/CustomProtocols/LegacyCustomProtocolManagerProxy.h: Canonical link: https://commits.webkit.org/272467@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes