зеркало из https://github.com/mozilla/gecko-dev.git
Bug 205358 warning: comma at end of enumerator list (nsTabFocusModel)
r=aaronl sr=jst
This commit is contained in:
Родитель
4ae837ad81
Коммит
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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче