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 0a0b9d91b55a51f7e818244731391ea0ed5eab95..803413ab1310b0ca4b4d2472bc1ada073f6be233 100644 |
--- a/third_party/WebKit/public/web/WebAXObject.h |
+++ b/third_party/WebKit/public/web/WebAXObject.h |
@@ -246,8 +246,7 @@ class WebAXObject { |
WebVector<int>& ends) const; |
// Actions |
- BLINK_EXPORT WebString |
- actionVerb() const; // The verb corresponding to performDefaultAction. |
+ BLINK_EXPORT WebAXSupportedAction action() const; |
BLINK_EXPORT bool canDecrement() const; |
BLINK_EXPORT bool canIncrement() const; |
BLINK_EXPORT bool canPress() const; |