| Index: Source/core/accessibility/AXObject.h
|
| diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h
|
| index c5e9107d7772a1dd54afeaa86434e6580e492e87..f59dba320e005280f8ba20823001514a8afcfad9 100644
|
| --- a/Source/core/accessibility/AXObject.h
|
| +++ b/Source/core/accessibility/AXObject.h
|
| @@ -514,6 +514,7 @@ public:
|
| String language() const;
|
| bool hasAttribute(const QualifiedName&) const;
|
| const AtomicString& getAttribute(const QualifiedName&) const;
|
| + const AtomicString& textInputType() const;
|
|
|
| // Selected text.
|
| virtual PlainTextRange selectedTextRange() const { return PlainTextRange(); }
|
|
|