Index: public/web/WebAXObject.h |
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h |
index 5c91b67962184948ec7544b17cdb36bd1ca33ae3..5ecfa32f537ec9cb83b4d9d9f2ae7e2de4bf1768 100644 |
--- a/public/web/WebAXObject.h |
+++ b/public/web/WebAXObject.h |
@@ -114,6 +114,7 @@ public: |
BLINK_EXPORT WebString accessKey() const; |
BLINK_EXPORT WebAXObject ariaActiveDescendant() const; |
+ BLINK_EXPORT WebString ariaAutoComplete() const; |
BLINK_EXPORT bool ariaControls(WebVector<WebAXObject>& controlsElements) const; |
BLINK_EXPORT bool ariaDescribedby(WebVector<WebAXObject>& describedbyElements) const; |
BLINK_EXPORT bool ariaFlowTo(WebVector<WebAXObject>& flowToElements) const; |