| Index: public/web/WebAXObject.h
|
| diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
|
| index c117025cca1d71a97b5b3946fd249b28b0476a2f..d3c52e2387c84c7f612cc3b3f45a05542df0cbe3 100644
|
| --- a/public/web/WebAXObject.h
|
| +++ b/public/web/WebAXObject.h
|
| @@ -121,7 +121,6 @@
|
| BLINK_EXPORT bool ariaFlowTo(WebVector<WebAXObject>& flowToElements) const;
|
| BLINK_EXPORT bool ariaHasPopup() const;
|
| BLINK_EXPORT bool ariaLabelledby(WebVector<WebAXObject>& labelledbyElements) const;
|
| - BLINK_EXPORT bool isMultiline() const;
|
| BLINK_EXPORT bool ariaOwns(WebVector<WebAXObject>& ownsElements) const;
|
| BLINK_EXPORT WebRect boundingBoxRect() const;
|
| BLINK_EXPORT bool canvasHasFallbackContent() const;
|
|
|