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 3666068d25df520f694fee65533d0391de03786c..35302151637f1ffa5ddc1b1fbd2da5427a9dded2 100644 |
--- a/third_party/WebKit/public/web/WebAXObject.h |
+++ b/third_party/WebKit/public/web/WebAXObject.h |
@@ -243,8 +243,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; |