Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d4da7cb39c90d27293105d50ebfcd510cc2cc3e5
https://github.com/WebKit/WebKit/commit/d4da7cb39c90d27293105d50ebfcd510cc2cc3e5
Author: Basuke Suzuki <[email protected]>
Date: 2024-09-09 (Mon, 09 Sep 2024)
Changed paths:
M Source/WebKit/UIProcess/Cocoa/WebPasteboardProxyCocoa.mm
Log Message:
-----------
[Cocoa] WebPasteboardProxy::grantAccessToCurrentData should use a smart
pointer
https://bugs.webkit.org/show_bug.cgi?id=279378
Reviewed by Chris Dumez and Ryosuke Niwa.
In WebPasteboardProxyCocoa::grantAccessToCurrentData(), networkProcess is used
as a raw pointer. It should be kept by smart pointer.
* Source/WebKit/UIProcess/Cocoa/WebPasteboardProxyCocoa.mm:
(WebKit::WebPasteboardProxy::grantAccessToCurrentData):
Canonical link: https://commits.webkit.org/283364@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