| Index: Source/core/html/forms/RangeInputType.cpp
|
| diff --git a/Source/core/html/forms/RangeInputType.cpp b/Source/core/html/forms/RangeInputType.cpp
|
| index eda132a4edaf55a4e330cf277ff5e219356e78f7..d621ced068c0f2f3558046d89485180d59bcb2ca 100644
|
| --- a/Source/core/html/forms/RangeInputType.cpp
|
| +++ b/Source/core/html/forms/RangeInputType.cpp
|
| @@ -244,7 +244,7 @@ void RangeInputType::createShadowSubtree()
|
| element().userAgentShadowRoot()->appendChild(container.release());
|
| }
|
|
|
| -RenderObject* RangeInputType::createRenderer(const RenderStyle&) const
|
| +LayoutObject* RangeInputType::createRenderer(const RenderStyle&) const
|
| {
|
| return new LayoutSlider(&element());
|
| }
|
|
|