[webkit-changes] [WebKit/WebKit] 719017: [WPE] WPE Platform: do not handle key repeat if th...
Carlos Garcia Campos
noreply at github.com
Mon Jun 24 05:49:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 719017035f6bc302bc832cb3f17e8b476c690fc7
https://github.com/WebKit/WebKit/commit/719017035f6bc302bc832cb3f17e8b476c690fc7
Author: Carlos Garcia Campos <cgarcia at igalia.com>
Date: 2024-06-24 (Mon, 24 Jun 2024)
Changed paths:
M Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandSeat.cpp
Log Message:
-----------
[WPE] WPE Platform: do not handle key repeat if the view was destroyed by the key event callback
https://bugs.webkit.org/show_bug.cgi?id=275810
Reviewed by Michael Catanzaro.
Return early if the view is nullptr after the key event emission.
* Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandSeat.cpp:
(WPE::WaylandSeat::handleKeyEvent):
Canonical link: https://commits.webkit.org/280302@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