Index: Source/WebCore/html/EmailInputType.h |
=================================================================== |
--- Source/WebCore/html/EmailInputType.h (revision 97687) |
+++ Source/WebCore/html/EmailInputType.h (working copy) |
@@ -46,7 +46,7 @@ |
virtual bool typeMismatch() const; |
virtual String typeMismatchText() const; |
virtual bool isEmailField() const; |
- virtual String sanitizeValue(const String&); |
+ virtual String sanitizeValue(const String&) const; |
}; |
} // namespace WebCore |