Index: Source/core/html/forms/SearchInputType.h |
diff --git a/Source/core/html/forms/SearchInputType.h b/Source/core/html/forms/SearchInputType.h |
index c3acf86900aa78b2403a90d2fdde3ea0f64816fc..df0aefaecdb875451712ddeb6eb3e962a2702e5b 100644 |
--- a/Source/core/html/forms/SearchInputType.h |
+++ b/Source/core/html/forms/SearchInputType.h |
@@ -45,7 +45,7 @@ public: |
private: |
SearchInputType(HTMLInputElement&); |
void countUsage() override; |
- LayoutObject* createLayoutObject(const LayoutStyle&) const override; |
+ LayoutObject* createLayoutObject(const ComputedStyle&) const override; |
const AtomicString& formControlType() const override; |
bool needsContainer() const override; |
void createShadowSubtree() override; |