Index: Source/core/html/forms/SearchInputType.cpp |
diff --git a/Source/core/html/forms/SearchInputType.cpp b/Source/core/html/forms/SearchInputType.cpp |
index df43555ba74f1ca56265c1cbc7f7af9e3500a2ec..941831b45bf1c12993ca5b623c5d480746a8476f 100644 |
--- a/Source/core/html/forms/SearchInputType.cpp |
+++ b/Source/core/html/forms/SearchInputType.cpp |
@@ -62,7 +62,7 @@ void SearchInputType::countUsage() |
countUsageIfVisible(UseCounter::InputTypeSearch); |
} |
-RenderObject* SearchInputType::createRenderer(const RenderStyle&) const |
+LayoutObject* SearchInputType::createRenderer(const RenderStyle&) const |
{ |
return new RenderSearchField(&element()); |
} |