summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLInputElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLInputElement.h')
-rw-r--r--WebCore/wml/WMLInputElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/wml/WMLInputElement.h b/WebCore/wml/WMLInputElement.h
index b8748fd..fe1ae89 100644
--- a/WebCore/wml/WMLInputElement.h
+++ b/WebCore/wml/WMLInputElement.h
@@ -96,6 +96,7 @@ private:
friend class WMLCardElement;
void initialize();
+ virtual bool supportsMaxLength() const { return true; }
String validateInputMask(const String&);
unsigned cursorPositionToMaskIndex(unsigned);
String constrainValue(const String&) const;