| Index: third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| index 06a4be9aa064ee6d75525ab5d0ae94db5501f744..5b1a738b12174e013a14a408c35f2ab128ad1bcb 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| @@ -236,8 +236,8 @@ void RangeInputType::createShadowSubtree()
|
| track->appendChild(SliderThumbElement::create(document));
|
| HTMLElement* container = SliderContainerElement::create(document);
|
| container->appendChild(track);
|
| - container->setAttribute(styleAttr, "-webkit-appearance:inherit");
|
| element().userAgentShadowRoot()->appendChild(container);
|
| + container->setAttribute(styleAttr, "-webkit-appearance:inherit");
|
| }
|
|
|
| LayoutObject* RangeInputType::createLayoutObject(const ComputedStyle&) const
|
|
|