Index: Source/core/html/forms/TextFieldInputType.h |
diff --git a/Source/core/html/forms/TextFieldInputType.h b/Source/core/html/forms/TextFieldInputType.h |
index be3deb0ae9549c7cc0572dc0ace1d6e38ada0935..f250b112739008e7b3165769fe9ca063eb1a5f8d 100644 |
--- a/Source/core/html/forms/TextFieldInputType.h |
+++ b/Source/core/html/forms/TextFieldInputType.h |
@@ -81,7 +81,7 @@ private: |
virtual void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) override; |
virtual void forwardEvent(Event*) override final; |
virtual bool shouldSubmitImplicitly(Event*) override final; |
- virtual RenderObject* createRenderer(const RenderStyle&) const override; |
+ virtual LayoutObject* createRenderer(const RenderStyle&) const override; |
virtual String sanitizeValue(const String&) const override; |
virtual bool shouldRespectListAttribute() override; |
virtual void listAttributeTargetChanged() override; |