NEW 56369
[Refactoring] TextCheckingType and Editor::TextCheckingOptionFlags should be unified.
https://bugs.webkit.org/show_bug.cgi?id=56369
Summary [Refactoring] TextCheckingType and Editor::TextCheckingOptionFlags should be ...
Hajime Morrita
Reported 2011-03-15 02:43:09 PDT
TextCheckingType is a superset of Editor::TextCheckingOptionFlags. So we should unified both. Both use enums as bit flags. we should do this with struct and bit field.
Attachments
Note You need to log in before you can comment on or make changes to this bug.