| Index: Source/core/html/HTMLTextFormControlElement.h
|
| diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h
|
| index d5bca9ac29544d32e2a82af0b257750b8df864a0..0efe62af54dd605d63c78e712074af87bdc7a9e7 100644
|
| --- a/Source/core/html/HTMLTextFormControlElement.h
|
| +++ b/Source/core/html/HTMLTextFormControlElement.h
|
| @@ -39,7 +39,8 @@ enum TextFieldEventBehavior { DispatchNoEvent, DispatchChangeEvent, DispatchInpu
|
|
|
| class HTMLTextFormControlElement : public HTMLFormControlElementWithState {
|
| public:
|
| - // Common flag for HTMLInputElement::tooLong() and HTMLTextAreaElement::tooLong().
|
| + // Common flag for HTMLInputElement::tooLong(), HTMLTextAreaElement::tooLong(),
|
| + // HTMLInputElement::tooShort() and HTMLTextAreaElement::tooShort().
|
| enum NeedsToCheckDirtyFlag {CheckDirtyFlag, IgnoreDirtyFlag};
|
| // Option of setSelectionRange.
|
| enum SelectionOption {
|
|
|