| Index: Source/core/accessibility/AXObject.h
|
| diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h
|
| index 92bffd57d4b97aeb76025cee25a1b2e5ac2cc718..49723712ab318b696223cae4d5d5b4faeddfa0db 100644
|
| --- a/Source/core/accessibility/AXObject.h
|
| +++ b/Source/core/accessibility/AXObject.h
|
| @@ -448,6 +448,7 @@ public:
|
| virtual bool supportsARIAFlowTo() const { return false; }
|
| virtual bool supportsARIAOwns() const { return false; }
|
| bool supportsRangeValue() const;
|
| + virtual bool supportsARIAExpanded() const { return false; }
|
|
|
| // ARIA trees.
|
| // Used by an ARIA tree to get all its rows.
|
|
|