[Webkit-unassigned] [Bug 223675] Make MutationObserver's flags into enum class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 30 10:51:44 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223675

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #10 from Darin Adler <darin at apple.com> ---
Comment on attachment 426015
  --> https://bugs.webkit.org/attachment.cgi?id=426015
Patch

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

> Source/WebCore/dom/MutationObserver.h:52
> +enum class MutationObserverOptionsFlag: uint8_t {

I think MutationObserverOption would be a fine name. Don’t need to name values in an OptionSet as "options flag".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210430/c9be7aba/attachment-0001.htm>


More information about the webkit-unassigned mailing list