Index: public/web/WebAXObject.h |
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h |
index 25977dd2cac69970defca799574c642b90d856b6..8cd0788f4a73454523988b089432a4c887da8d32 100644 |
--- a/public/web/WebAXObject.h |
+++ b/public/web/WebAXObject.h |
@@ -97,7 +97,7 @@ public: |
BLINK_EXPORT bool isCollapsed() const; |
BLINK_EXPORT bool isControl() const; |
BLINK_EXPORT bool isEnabled() const; |
- BLINK_EXPORT bool isExpanded() const; |
+ BLINK_EXPORT WebAXExpanded isExpanded() const; |
BLINK_EXPORT bool isFocused() const; |
BLINK_EXPORT bool isHovered() const; |
BLINK_EXPORT bool isIndeterminate() const; |