| Index: Source/core/html/forms/SearchInputType.cpp
|
| diff --git a/Source/core/html/forms/SearchInputType.cpp b/Source/core/html/forms/SearchInputType.cpp
|
| index 133d18f9c82e04e06b4e017183f04025e01ac204..9bfd09811c0073b418cf21630aa118e404bea798 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);
|
| }
|
|
|
| -LayoutObject* SearchInputType::createLayoutObject(const LayoutStyle&) const
|
| +LayoutObject* SearchInputType::createLayoutObject(const ComputedStyle&) const
|
| {
|
| return new LayoutSearchField(&element());
|
| }
|
|
|