[webkit-reviews] review requested: [Bug 194241] Make WebEvent::Modifiers an OptionSet : [Attachment 361241] To land

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 16:19:26 PST 2019


Daniel Bates <dbates at webkit.org> has asked  for review:
Bug 194241: Make WebEvent::Modifiers an OptionSet
https://bugs.webkit.org/show_bug.cgi?id=194241

Attachment 361241: To land

https://bugs.webkit.org/attachment.cgi?id=361241&action=review




--- Comment #7 from Daniel Bates <dbates at webkit.org> ---
Created attachment 361241

  --> https://bugs.webkit.org/attachment.cgi?id=361241&action=review

To land

Updated patch to make WebEvent::Modifier an enum class and give it a width of
uint8_t. This makes it more closely match the enum class of the same name in
WebCore::PlatformEvent.


More information about the webkit-reviews mailing list