| Index: Source/core/html/HTMLButtonElement.h
|
| diff --git a/Source/core/html/HTMLButtonElement.h b/Source/core/html/HTMLButtonElement.h
|
| index 6e987a8b4614faf4bc78e0765ee2e2f502cb4da8..a6f07a90f840aa43a7f0d089f261b715cf9eaf6f 100644
|
| --- a/Source/core/html/HTMLButtonElement.h
|
| +++ b/Source/core/html/HTMLButtonElement.h
|
| @@ -46,7 +46,7 @@ private:
|
|
|
| virtual const AtomicString& formControlType() const override;
|
|
|
| - virtual RenderObject* createRenderer(const RenderStyle&) override;
|
| + virtual LayoutObject* createRenderer(const RenderStyle&) override;
|
|
|
| // HTMLFormControlElement always creates one, but buttons don't need it.
|
| virtual bool alwaysCreateUserAgentShadowRoot() const override { return false; }
|
|
|