| 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 e2055ca3377be902a332fa501faf660862dcdd13..7d213e03acde91342971818f43e71a57335165f9 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;
|
|
|