Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4ccdefa8a552daf20710644ee8e45c0359adbaeb
https://github.com/WebKit/WebKit/commit/4ccdefa8a552daf20710644ee8e45c0359adbaeb
Author: Mike Wyrzykowski <[email protected]>
Date: 2026-06-24 (Wed, 24 Jun 2026)
Changed paths:
M Source/WebKit/WebProcess/Model/WebModelPlayer.h
Log Message:
-----------
Model element: WeakRef member variable is acting like a WeakPtr
https://bugs.webkit.org/show_bug.cgi?id=317660
rdar://180421888
Reviewed by Ruthvik Konda.
It's possible for m_page to go out of scope, so we should use
WeakPtr here instead of WeakRef.
* Source/WebKit/WebProcess/Model/WebModelPlayer.h:
Canonical link: https://commits.webkit.org/315790@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications