Index: Source/core/html/ValidityState.h |
diff --git a/Source/core/html/ValidityState.h b/Source/core/html/ValidityState.h |
index e79344f44aead57e726ef7607ae2bb61190483e9..ad0afa2b6e90b633a5a9d4a12c5c1a22406aa948 100644 |
--- a/Source/core/html/ValidityState.h |
+++ b/Source/core/html/ValidityState.h |
@@ -54,6 +54,7 @@ public: |
bool typeMismatch() const; |
bool patternMismatch() const; |
bool tooLong() const; |
+ bool tooShort() const; |
bool rangeUnderflow() const; |
bool rangeOverflow() const; |
bool stepMismatch() const; |