mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 205358 warning: comma at end of enumerator list (nsTabFocusModel)
r=aaronl sr=jst
This commit is contained in:
parent
4ae837ad81
commit
405bacde39
@ -77,7 +77,7 @@ class nsEventStateManager : public nsSupportsWeakReference,
|
||||
//eTabFocus_textControlsMask = (1<<0), // unused - textboxes always tabbable
|
||||
eTabFocus_formElementsMask = (1<<1), // non-text form elements
|
||||
eTabFocus_linksMask = (1<<2), // links
|
||||
eTabFocus_any = 1 + (1<<1) + (1<<2), // everything that can be focused
|
||||
eTabFocus_any = 1 + (1<<1) + (1<<2) // everything that can be focused
|
||||
};
|
||||
|
||||
enum nsTextfieldSelectModel {
|
||||
|
Loading…
Reference in New Issue
Block a user