| Index: Source/core/accessibility/AXObject.h
|
| diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h
|
| index c5e9107d7772a1dd54afeaa86434e6580e492e87..e19c29ab70230cb27fe45e4dda8ff955d7c1be80 100644
|
| --- a/Source/core/accessibility/AXObject.h
|
| +++ b/Source/core/accessibility/AXObject.h
|
| @@ -422,6 +422,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; }
|
|
|