[webkit-changes] [WebKit/WebKit] 99718f: Fix return type of WTR::buildModifierFlags() in Ev...
Commit Queue
noreply at github.com
Wed Nov 23 06:54:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 99718f07fd9a2b5b6f9bb2e5d5f0a471d6bd7526
https://github.com/WebKit/WebKit/commit/99718f07fd9a2b5b6f9bb2e5d5f0a471d6bd7526
Author: David Kilzer <ddkilzer at apple.com>
Date: 2022-11-23 (Wed, 23 Nov 2022)
Changed paths:
M Tools/WebKitTestRunner/mac/EventSenderProxy.mm
Log Message:
-----------
Fix return type of WTR::buildModifierFlags() in EventSenderProxy.mm
https://bugs.webkit.org/show_bug.cgi?id=248254
<rdar://102615921>
Reviewed by Darin Adler.
Change return type of WTR::buildModifierFlags() from `int` to
`NSEventModifierFlags` since that's what it creates. Regressed
back in 83922 at main (r95039).
* Tools/WebKitTestRunner/mac/EventSenderProxy.mm:
(WTR::buildModifierFlags):
Canonical link: https://commits.webkit.org/256972@main
More information about the webkit-changes
mailing list