Index: Source/core/accessibility/AXObject.h |
diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h |
index f8a6c6a5c4904025503d77e1bbfebe50004f5329..175eb0e32f4389e0388aa52dcacbec391e183382 100644 |
--- a/Source/core/accessibility/AXObject.h |
+++ b/Source/core/accessibility/AXObject.h |
@@ -363,7 +363,7 @@ public: |
virtual bool isClickable() const; |
virtual bool isCollapsed() const { return false; } |
virtual bool isEnabled() const { return false; } |
- bool isExpanded() const; |
+ virtual bool isExpanded() const { return false; } |
virtual bool isFocused() const { return false; } |
virtual bool isHovered() const { return false; } |
virtual bool isIndeterminate() const { return false; } |