Index: Source/core/html/HTMLTextFormControlElement.h |
diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h |
index 0b9f2295b7430e4cb1d5c6a44a8fd0c10dc97dba..08389c193e2a9a29c061f82ea76147fb32a16da0 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 { |