[webkit-changes] [WebKit/WebKit] d4da7c: [Cocoa] WebPasteboardProxy::grantAccessToCurrentDa...
Basuke Suzuki
noreply at github.com
Mon Sep 9 15:05:31 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d4da7cb39c90d27293105d50ebfcd510cc2cc3e5
https://github.com/WebKit/WebKit/commit/d4da7cb39c90d27293105d50ebfcd510cc2cc3e5
Author: Basuke Suzuki <basuke at apple.com>
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
More information about the webkit-changes
mailing list