[webkit-changes] [WebKit/WebKit] 61aa26: [iOS] Avoid a spurious debug assertion after 27116...
Wenson Hsieh
noreply at github.com
Tue Nov 28 14:16:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 61aa26584bc92f15c49806e1f9a1d8c3a96ef581
https://github.com/WebKit/WebKit/commit/61aa26584bc92f15c49806e1f9a1d8c3a96ef581
Author: Wenson Hsieh <wenson_hsieh at apple.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm
Log Message:
-----------
[iOS] Avoid a spurious debug assertion after 271166 at main
https://bugs.webkit.org/show_bug.cgi?id=265471
Reviewed by Tim Horton.
Add an explicit case to handle the scenario where `UIKeyModifierFlags` is 0, to avoid hitting the
debug assertion below.
* Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:
(shiftKeyState):
Canonical link: https://commits.webkit.org/271236@main
More information about the webkit-changes
mailing list