| Index: third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp b/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
|
| index feaa3c959fc1ea82bb41bec6f0ce5c8b47c9f59a..da1763b7885aacbc5ec37568f1f4ac425f002e70 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
|
| @@ -165,7 +165,7 @@ void InputTypeView::UpdateClearButtonVisibility() {}
|
|
|
| void InputTypeView::UpdatePlaceholderText() {}
|
|
|
| -AXObject* InputTypeView::PopupRootAXObject() {
|
| +AXObjectImpl* InputTypeView::PopupRootAXObject() {
|
| return nullptr;
|
| }
|
|
|
|
|