| Index: third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h b/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h
|
| index 28c3110dae2105a570a666f2c26019f805c97673..06aad5ca01e535f5d20ddc3a5139c103b65c5a8a 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h
|
| @@ -118,7 +118,7 @@ class MultipleFieldsTemporalInputTypeView final
|
| void ListAttributeTargetChanged() final;
|
| void UpdateClearButtonVisibility() final;
|
| TextDirection ComputedTextDirection() final;
|
| - AXObject* PopupRootAXObject() final;
|
| + AXObjectImpl* PopupRootAXObject() final;
|
|
|
| DateTimeEditElement* GetDateTimeEditElement() const;
|
| SpinButtonElement* GetSpinButtonElement() const;
|
|
|