Index: Source/core/html/forms/ImageInputType.h |
diff --git a/Source/core/html/forms/ImageInputType.h b/Source/core/html/forms/ImageInputType.h |
index c32c9aa23c81ac17cb76de9ee9ae74db7e2ea3b6..7f344a9a6e84147c3621e91db9e048cd276c92b0 100644 |
--- a/Source/core/html/forms/ImageInputType.h |
+++ b/Source/core/html/forms/ImageInputType.h |
@@ -50,7 +50,7 @@ private: |
virtual bool appendFormData(FormDataList&, bool) const override; |
virtual String resultForDialogSubmit() const override; |
virtual bool supportsValidation() const override; |
- virtual RenderObject* createRenderer(RenderStyle*) const override; |
+ virtual RenderObject* createRenderer(const RenderStyle*) const override; |
virtual void handleDOMActivateEvent(Event*) override; |
virtual void altAttributeChanged() override; |
virtual void srcAttributeChanged() override; |