Index: Source/WebCore/html/InputType.h |
=================================================================== |
--- Source/WebCore/html/InputType.h (revision 136089) |
+++ Source/WebCore/html/InputType.h (working copy) |
@@ -276,6 +276,7 @@ |
virtual bool supportsPlaceholder() const; |
virtual bool usesFixedPlaceholder() const; |
virtual String fixedPlaceholder(); |
+ virtual bool supportsReadOnly() const; |
virtual void updateInnerTextValue(); |
virtual void updatePlaceholderText(); |
virtual void multipleAttributeChanged(); |