| Index: Source/core/html/forms/BaseButtonInputType.h
|
| diff --git a/Source/core/html/forms/BaseButtonInputType.h b/Source/core/html/forms/BaseButtonInputType.h
|
| index 79a5632ea2afc538cb50ee5509136abaab17514f..e0dc1459386c66ac298f17454e80909e76daa8fc 100644
|
| --- a/Source/core/html/forms/BaseButtonInputType.h
|
| +++ b/Source/core/html/forms/BaseButtonInputType.h
|
| @@ -45,7 +45,7 @@ protected:
|
| private:
|
| bool shouldSaveAndRestoreFormControlState() const override;
|
| bool appendFormData(FormDataList&, bool) const override;
|
| - LayoutObject* createLayoutObject(const LayoutStyle&) const override;
|
| + LayoutObject* createLayoutObject(const ComputedStyle&) const override;
|
| bool storesValueSeparateFromAttribute() override;
|
| void setValue(const String&, bool, TextFieldEventBehavior) override;
|
| };
|
|
|