Index: Source/WebCore/html/InputType.h |
=================================================================== |
--- Source/WebCore/html/InputType.h (revision 141524) |
+++ Source/WebCore/html/InputType.h (working copy) |
@@ -260,6 +260,7 @@ |
virtual bool canSetValue(const String&); |
virtual bool storesValueSeparateFromAttribute(); |
virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior); |
+ virtual bool shouldApplyLocaleDirection() const; |
virtual bool shouldResetOnDocumentActivation(); |
virtual bool shouldRespectListAttribute(); |
virtual bool shouldRespectSpeechAttribute(); |