Index: third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.cpp b/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.cpp |
index 071229be789506b113f3c62f93d3158822f182da..ea87cf392ae675db5b7c473c9303265dbd6bf791 100644 |
--- a/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.cpp |
@@ -143,7 +143,7 @@ |
HTMLDivElement::DetachLayoutTree(context); |
} |
-AXObjectImpl* PickerIndicatorElement::PopupRootAXObject() const { |
+AXObject* PickerIndicatorElement::PopupRootAXObject() const { |
return chooser_ ? chooser_->RootAXObject() : 0; |
} |