Index: Source/WebCore/html/CheckboxInputType.cpp |
=================================================================== |
--- Source/WebCore/html/CheckboxInputType.cpp (revision 111481) |
+++ Source/WebCore/html/CheckboxInputType.cpp (working copy) |
@@ -51,7 +51,7 @@ |
bool CheckboxInputType::valueMissing(const String&) const |
{ |
- return element()->required() && !element()->checked(); |
+ return !element()->checked(); |
} |
String CheckboxInputType::valueMissingText() const |