Bug 56369 - [Refactoring] TextCheckingType and Editor::TextCheckingOptionFlags should be unified.
Summary: [Refactoring] TextCheckingType and Editor::TextCheckingOptionFlags should be ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Hajime Morrita
URL:
Keywords:
Depends on: 56085
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-15 02:43 PDT by Hajime Morrita
Modified: 2011-03-15 02:54 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 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.