[webkit-changes] [WebKit/WebKit] 5bd201: VideoFullscreenManagerProxy::m_page should be a We...
aestes
noreply at github.com
Tue Sep 12 10:47:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5bd201b5f93dd2f211db7cae0dc483563c9b4467
https://github.com/WebKit/WebKit/commit/5bd201b5f93dd2f211db7cae0dc483563c9b4467
Author: Andy Estes <aestes at apple.com>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.h
M Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm
Log Message:
-----------
VideoFullscreenManagerProxy::m_page should be a WeakPtr
https://bugs.webkit.org/show_bug.cgi?id=261221
rdar://115071098
Reviewed by Jer Noble.
Changed VideoFullscreenManagerProxy::m_page from a WebPageProxy* to a WeakPtr<WebPageProxy>.
* Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.h:
* Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm:
(WebKit::VideoFullscreenManagerProxy::VideoFullscreenManagerProxy):
(WebKit::VideoFullscreenManagerProxy::hasVideoInPictureInPictureDidChange):
Canonical link: https://commits.webkit.org/267908@main
More information about the webkit-changes
mailing list