Bug 56369

Summary: [Refactoring] TextCheckingType and Editor::TextCheckingOptionFlags should be unified.
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: HTML EditingAssignee: Hajime Morrita <morrita>
Status: NEW    
Severity: Normal CC: rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 56085    
Bug Blocks:    

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.