| Index: Source/core/html/forms/SearchInputType.h
|
| diff --git a/Source/core/html/forms/SearchInputType.h b/Source/core/html/forms/SearchInputType.h
|
| index 0691e0f5738421ec64d159bc77be37500e0a0e9a..10877a0c32551c644e55c7b9538c5944ebdf8cdc 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(RenderStyle*) const override;
|
| + virtual LayoutObject* createRenderer(RenderStyle*) const override;
|
| virtual const AtomicString& formControlType() const override;
|
| virtual bool shouldRespectSpeechAttribute() override;
|
| virtual bool needsContainer() const override;
|
|
|