RESOLVED FIXED 248118
Add WebKit::fromAPI(WKEventModifiers) to convert to OptionSet<WebEventModifier>
https://bugs.webkit.org/show_bug.cgi?id=248118
Summary Add WebKit::fromAPI(WKEventModifiers) to convert to OptionSet<WebEventModifier>
David Kilzer (:ddkilzer)
Reported 2022-11-18 19:40:18 PST
Add WebKit::fromAPI(WKEventModifiers) to convert to OptionSet<WebEventModifier>. Avoid use of OptionSet<WebEventModifier>::fromRaw() that assumes WKEventModifiers and WebEventModifier have the same enum values.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-18 19:40:35 PST
David Kilzer (:ddkilzer)
Comment 2 2022-11-18 19:43:48 PST
EWS
Comment 3 2022-11-21 14:32:59 PST
Committed 256917@main (f5fa0df8982c): <https://commits.webkit.org/256917@main> Reviewed commits have been landed. Closing PR #6662 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.