| Index: third_party/WebKit/public/web/WebAXObject.h
|
| diff --git a/third_party/WebKit/public/web/WebAXObject.h b/third_party/WebKit/public/web/WebAXObject.h
|
| index 2820d630c564966de12c5e93913956e1b6a1a25f..6f0b8a40455688b93d4725075a9c925fa1a36758 100644
|
| --- a/third_party/WebKit/public/web/WebAXObject.h
|
| +++ b/third_party/WebKit/public/web/WebAXObject.h
|
| @@ -261,7 +261,7 @@ class WebAXObject {
|
| WebVector<int>& ends) const;
|
|
|
| // Actions
|
| - BLINK_EXPORT WebAXSupportedAction Action() const;
|
| + BLINK_EXPORT WebAXDefaultActionVerb Action() const;
|
| BLINK_EXPORT bool CanDecrement() const;
|
| BLINK_EXPORT bool CanIncrement() const;
|
| BLINK_EXPORT bool CanPress() const;
|
|
|