Index: Source/core/html/forms/TextFieldInputType.h |
diff --git a/Source/core/html/forms/TextFieldInputType.h b/Source/core/html/forms/TextFieldInputType.h |
index 1d48a6b48e18f317842dc2e8eff4ef493e6363f4..6067d60573c415e6f05bfe5256ca5c2283cc3f3f 100644 |
--- a/Source/core/html/forms/TextFieldInputType.h |
+++ b/Source/core/html/forms/TextFieldInputType.h |
@@ -81,7 +81,7 @@ private: |
void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) override; |
void forwardEvent(Event*) final; |
bool shouldSubmitImplicitly(Event*) final; |
- LayoutObject* createLayoutObject(const LayoutStyle&) const override; |
+ LayoutObject* createLayoutObject(const ComputedStyle&) const override; |
String sanitizeValue(const String&) const override; |
bool shouldRespectListAttribute() override; |
void listAttributeTargetChanged() override; |