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