| 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..f4105585dc2b30964bc732618b351f51ee00d155 100644
|
| --- a/third_party/WebKit/public/web/WebAXObject.h
|
| +++ b/third_party/WebKit/public/web/WebAXObject.h
|
| @@ -190,7 +190,7 @@ class WebAXObject {
|
| // Takes the result of nameFrom and descriptionFrom from calling |name| and
|
| // |description|, above, and retrieves the placeholder of the object, if
|
| // present and if it wasn't already exposed by one of the two functions above.
|
| - BLINK_EXPORT WebString placeholder(WebAXNameFrom, WebAXDescriptionFrom) const;
|
| + BLINK_EXPORT WebString placeholder(WebAXNameFrom) const;
|
|
|
| // The following selection functions get or set the global document
|
| // selection and can be called on any object in the tree.
|
|
|