[webkit-reviews] review granted: [Bug 189019] Use enum classes for AlternativeTextType and ReasonForDismissingAlternativeText : [Attachment 349583] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 13 11:37:09 PDT 2018


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 189019: Use enum classes for AlternativeTextType and
ReasonForDismissingAlternativeText
https://bugs.webkit.org/show_bug.cgi?id=189019

Attachment 349583: Patch

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




--- Comment #8 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 349583
  --> https://bugs.webkit.org/attachment.cgi?id=349583
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=349583&action=review

> Source/WebCore/page/AlternativeTextClient.h:35
> +enum class ReasonForDismissingAlternativeText {

: uint8_t ?

> Source/WebCore/page/AlternativeTextClient.h:41
> +enum class AlternativeTextType {

: uint8_t ?


More information about the webkit-reviews mailing list