| 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 ea87cf392ae675db5b7c473c9303265dbd6bf791..071229be789506b113f3c62f93d3158822f182da 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 @@ void PickerIndicatorElement::DetachLayoutTree(const AttachContext& context) { | 
| HTMLDivElement::DetachLayoutTree(context); | 
| } | 
|  | 
| -AXObject* PickerIndicatorElement::PopupRootAXObject() const { | 
| +AXObjectImpl* PickerIndicatorElement::PopupRootAXObject() const { | 
| return chooser_ ? chooser_->RootAXObject() : 0; | 
| } | 
|  | 
|  |