[webkit-changes] [WebKit/WebKit] a0857e: Protect member variable usage in WebPageProxyTesti...
Basuke Suzuki
noreply at github.com
Tue Sep 10 09:14:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a0857ee47933f8a197e95e3c6461ab2bf885015d
https://github.com/WebKit/WebKit/commit/a0857ee47933f8a197e95e3c6461ab2bf885015d
Author: Basuke Suzuki <basuke at apple.com>
Date: 2024-09-10 (Tue, 10 Sep 2024)
Changed paths:
M Source/WebKit/UIProcess/WebPageProxyTesting.cpp
Log Message:
-----------
Protect member variable usage in WebPageProxyTesting with smart pointer
https://bugs.webkit.org/show_bug.cgi?id=279381
Reviewed by Ryosuke Niwa.
In WebPageProxyTesting, member variables are used without protection of smart pointer.
* Source/WebKit/UIProcess/WebPageProxyTesting.cpp:
(WebKit::WebPageProxyTesting::messageSenderConnection const):
(WebKit::WebPageProxyTesting::messageSenderDestinationID const):
(WebKit::WebPageProxyTesting::dispatchActivityStateUpdate):
(WebKit::WebPageProxyTesting::setCrossSiteLoadWithLinkDecorationForTesting):
(WebKit::WebPageProxyTesting::clearWheelEventTestMonitor):
Canonical link: https://commits.webkit.org/283417@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