| Index: Source/core/accessibility/AXObject.h
|
| diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h
|
| index a82d90ab82af4c7370542cf463909885043b8479..1bd705a739c4f76aa0c6380b7e926103f4eefa2b 100644
|
| --- a/Source/core/accessibility/AXObject.h
|
| +++ b/Source/core/accessibility/AXObject.h
|
| @@ -426,6 +426,7 @@ public:
|
| virtual float maxValueForRange() const { return 0.0f; }
|
| virtual float minValueForRange() const { return 0.0f; }
|
| virtual String stringValue() const { return String(); }
|
| + virtual const AtomicString& textInputType() const { return nullAtom; }
|
|
|
| // ARIA attributes.
|
| virtual AXObject* activeDescendant() const { return 0; }
|
|
|