Index: Source/WebCore/html/RangeInputType.h |
=================================================================== |
--- Source/WebCore/html/RangeInputType.h (revision 97687) |
+++ Source/WebCore/html/RangeInputType.h (working copy) |
@@ -68,7 +68,7 @@ |
virtual void minOrMaxAttributeChanged(); |
virtual void valueChanged(); |
virtual String fallbackValue(); |
- virtual String sanitizeValue(const String& proposedValue); |
+ virtual String sanitizeValue(const String& proposedValue) const; |
virtual bool shouldRespectListAttribute(); |
}; |