summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/src/WebInputElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/src/WebInputElement.cpp')
-rw-r--r--WebKit/chromium/src/WebInputElement.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/chromium/src/WebInputElement.cpp b/WebKit/chromium/src/WebInputElement.cpp
index d032ef8..8d89c60 100644
--- a/WebKit/chromium/src/WebInputElement.cpp
+++ b/WebKit/chromium/src/WebInputElement.cpp
@@ -160,6 +160,8 @@ bool WebInputElement::isValidValue(const WebString& value) const
return constUnwrap<HTMLInputElement>()->isValidValue(value);
}
+const int WebInputElement::defaultMaxLength = HTMLInputElement::s_maximumLength;
+
WebInputElement::WebInputElement(const PassRefPtr<HTMLInputElement>& elem)
: WebFormControlElement(elem)
{