Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dcc8e6fbd44457a866785ce657c1d9804f721c72
https://github.com/WebKit/WebKit/commit/dcc8e6fbd44457a866785ce657c1d9804f721c72
Author: Andy Estes <[email protected]>
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:
-----------
VideoFullscreenModelContext::m_manager should be a WeakPtr
https://bugs.webkit.org/show_bug.cgi?id=261218
rdar://115069669
Reviewed by Jer Noble.
Changed VideoFullscreenModelContext::m_manager from a
VideoFullscreenManagerProxy* to a
WeakPtr<VideoFullscreenManagerProxy>. Removed the unused
VideoFullscreenModelContext::invalidate()
function.
* Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.h:
* Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm:
(WebKit::VideoFullscreenModelContext::VideoFullscreenModelContext):
Canonical link: https://commits.webkit.org/267917@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes