| Index: Source/core/html/forms/SearchInputType.h
|
| diff --git a/Source/core/html/forms/SearchInputType.h b/Source/core/html/forms/SearchInputType.h
|
| index d77fc954b6714c7a989057e36d4b2e93896d644e..1830b2b3a3577b2ef4af0aa205c00bfe4b0a65ac 100644
|
| --- a/Source/core/html/forms/SearchInputType.h
|
| +++ b/Source/core/html/forms/SearchInputType.h
|
| @@ -45,7 +45,7 @@ public:
|
| private:
|
| SearchInputType(HTMLInputElement&);
|
| virtual void countUsage() override;
|
| - virtual RenderObject* createRenderer(const RenderStyle&) const override;
|
| + virtual LayoutObject* createRenderer(const RenderStyle&) const override;
|
| virtual const AtomicString& formControlType() const override;
|
| virtual bool shouldRespectSpeechAttribute() override;
|
| virtual bool needsContainer() const override;
|
|
|