| Index: public/web/WebAXObject.h
|
| diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
|
| index 8759519f833b5311f0c24b1261f024a4a51da114..118bb601402a1e0db8a987562a4ac2ebd57f3b49 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;
|
|
|