Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 27ad881c7434f0afe6a4ac29c0c1ae6577818a53
https://github.com/WebKit/WebKit/commit/27ad881c7434f0afe6a4ac29c0c1ae6577818a53
Author: Frédéric Wang <[email protected]>
Date: 2025-07-10 (Thu, 10 Jul 2025)
Changed paths:
M Source/WebKit/SaferCPPExpectations/NoUncheckedPtrMemberCheckerExpectations
M Source/WebKit/UIProcess/mac/WebViewImpl.mm
Log Message:
-----------
Make WKTextTouchBarItemController::_webViewImpl a WeakPtr
https://bugs.webkit.org/show_bug.cgi?id=295695
Reviewed by Anne van Kesteren.
All equivalent interfaces with member pointing to a WebKit::WebViewImpl
already have it as WeakPtr. This also fixes the remaining
NoUncheckedPtrMemberChecker failure in our code.
* Source/WebKit/SaferCPPExpectations/NoUncheckedPtrMemberCheckerExpectations:
Removed remaining failure.
* Source/WebKit/UIProcess/mac/WebViewImpl.mm: Make _webViewImpl a WeakPtr.
* Source/WebKit/UIProcess/mac/WebViewImpl.mm:
(-[WKTextTouchBarItemController textListViewController]): Get raw pointer from
_webViewImpl.
Canonical link: https://commits.webkit.org/297209@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes