Index: Source/WebCore/html/InputType.h |
=================================================================== |
--- Source/WebCore/html/InputType.h (revision 97687) |
+++ Source/WebCore/html/InputType.h (working copy) |
@@ -161,7 +161,8 @@ |
virtual String convertFromVisibleValue(const String&) const; |
virtual bool isAcceptableValue(const String&); |
// Returing the null string means "use the default value." |
- virtual String sanitizeValue(const String&); |
+ // This function must be called only by HTMLInputElement::sanitizeValue(). |
+ virtual String sanitizeValue(const String&) const; |
virtual bool hasUnacceptableValue(); |
// Event handlers |