| Index: Source/WebCore/html/TextFieldInputType.h
|
| ===================================================================
|
| --- Source/WebCore/html/TextFieldInputType.h (revision 97687)
|
| +++ Source/WebCore/html/TextFieldInputType.h (working copy)
|
| @@ -71,7 +71,7 @@
|
| virtual bool shouldSubmitImplicitly(Event*);
|
| virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const;
|
| virtual bool shouldUseInputMethod() const;
|
| - virtual String sanitizeValue(const String&);
|
| + virtual String sanitizeValue(const String&) const;
|
| virtual bool shouldRespectListAttribute();
|
| virtual HTMLElement* placeholderElement() const;
|
| virtual void updatePlaceholderText();
|
|
|