| Index: third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| index efe430d5208e92e13e08576247d3522a6d2e12ad..1165419271c1f0eada9ad19700a394a6cb7e6e9a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| @@ -1884,7 +1884,7 @@ void HTMLInputElement::DidNotifySubtreeInsertionsToDocument() {
|
| ListAttributeTargetChanged();
|
| }
|
|
|
| -AXObjectImpl* HTMLInputElement::PopupRootAXObject() {
|
| +AXObject* HTMLInputElement::PopupRootAXObject() {
|
| return input_type_view_->PopupRootAXObject();
|
| }
|
|
|
|
|