Chromium Code Reviews| Index: Source/WebCore/html/TextFieldInputType.cpp |
| =================================================================== |
| --- Source/WebCore/html/TextFieldInputType.cpp (revision 111481) |
| +++ Source/WebCore/html/TextFieldInputType.cpp (working copy) |
| @@ -69,7 +69,7 @@ |
| bool TextFieldInputType::valueMissing(const String& value) const |
| { |
| - return element()->required() && value.isEmpty(); |
| + return value.isEmpty(); |
| } |
| bool TextFieldInputType::canSetSuggestedValue() |