[webkit-changes] [WebKit/WebKit] 81ac6d: Crash in WebKit::WebPageProxy::sendWheelEvent beca...
Charlie Wolfe
noreply at github.com
Thu Jan 16 11:32:32 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 81ac6d828ecdb97788d59d2b0cd863dab1cd15c6
https://github.com/WebKit/WebKit/commit/81ac6d828ecdb97788d59d2b0cd863dab1cd15c6
Author: Charlie Wolfe <charliew at apple.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M Source/WebKit/UIProcess/WebPageProxy.cpp
Log Message:
-----------
Crash in WebKit::WebPageProxy::sendWheelEvent because connection is null
https://bugs.webkit.org/show_bug.cgi?id=282384
rdar://139429454
Reviewed by Pascoe.
If the completion handler is called because the receiving WCP was terminated m_connection will be null.
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::sendWheelEvent):
Canonical link: https://commits.webkit.org/289017@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