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..58c4fd10966dd9c83b2ecebbf8f2403003a56498 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 RenderObject* createRenderer(const RenderStyle*) const override; |
virtual const AtomicString& formControlType() const override; |
virtual bool shouldRespectSpeechAttribute() override; |
virtual bool needsContainer() const override; |