| Index: Source/core/html/forms/RangeInputType.cpp
|
| diff --git a/Source/core/html/forms/RangeInputType.cpp b/Source/core/html/forms/RangeInputType.cpp
|
| index aa5a3a53da287a8aca5e6bfdca2d7cdf0f6ca7d5..f9e34a6ac90f74d8a7d9e463f2fb0e8049e590f9 100644
|
| --- a/Source/core/html/forms/RangeInputType.cpp
|
| +++ b/Source/core/html/forms/RangeInputType.cpp
|
| @@ -244,7 +244,7 @@ void RangeInputType::createShadowSubtree()
|
| element().closedShadowRoot()->appendChild(container.release());
|
| }
|
|
|
| -LayoutObject* RangeInputType::createLayoutObject(const LayoutStyle&) const
|
| +LayoutObject* RangeInputType::createLayoutObject(const ComputedStyle&) const
|
| {
|
| return new LayoutSlider(&element());
|
| }
|
|
|