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 f97e04b432e20a96b72fa648d40136f887cbc4b1..07ff516abc5fcad9e43f6428bd90c12195e6654a 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
@@ -1886,7 +1886,7 @@ |
ListAttributeTargetChanged(); |
} |
-AXObjectImpl* HTMLInputElement::PopupRootAXObject() { |
+AXObject* HTMLInputElement::PopupRootAXObject() { |
return input_type_view_->PopupRootAXObject(); |
} |