| Index: third_party/WebKit/Source/web/WebInputElement.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebInputElement.cpp b/third_party/WebKit/Source/web/WebInputElement.cpp
|
| index 139b51078efd8589f5fface4e70b03deae1fcb2e..91c0fca8ba7223651655b3dd74fc89d876d03f33 100644
|
| --- a/third_party/WebKit/Source/web/WebInputElement.cpp
|
| +++ b/third_party/WebKit/Source/web/WebInputElement.cpp
|
| @@ -135,7 +135,7 @@ WebString WebInputElement::localizeValue(const WebString& proposedValue) const
|
|
|
| int WebInputElement::defaultMaxLength()
|
| {
|
| - return HTMLInputElement::maximumLength;
|
| + return -1;
|
| }
|
|
|
| void WebInputElement::setShouldRevealPassword(bool value)
|
|
|