[webkit-changes] [WebKit/WebKit] a253c0: Crash in `Messages::WebPage::PerformDragController...
Charlie Wolfe
noreply at github.com
Fri Aug 16 13:28:40 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a253c001711db866b88115c8b104e53afe7e347c
https://github.com/WebKit/WebKit/commit/a253c001711db866b88115c8b104e53afe7e347c
Author: Charlie Wolfe <charliew at apple.com>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M Source/WebKit/UIProcess/WebPageProxy.cpp
Log Message:
-----------
Crash in `Messages::WebPage::PerformDragControllerAction` reply
https://bugs.webkit.org/show_bug.cgi?id=278214
rdar://124961036
Reviewed by Pascoe.
Crash logs indicates that m_pageClient can be null if this completion handler is called as a result of
the web process terminating.
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::performDragControllerAction):
Canonical link: https://commits.webkit.org/282366@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