| Index: Source/core/layout/LayoutSlider.cpp
|
| diff --git a/Source/core/layout/LayoutSlider.cpp b/Source/core/layout/LayoutSlider.cpp
|
| index a5e68adbed9fb4864f6153deba63f55fc94687e4..dc7b247791c922bb340ddf5b5e6bbf0b07fcb94d 100644
|
| --- a/Source/core/layout/LayoutSlider.cpp
|
| +++ b/Source/core/layout/LayoutSlider.cpp
|
| @@ -71,7 +71,7 @@ void LayoutSlider::layout()
|
| // http://webkit.org/b/62535
|
| RenderBox* thumbBox = sliderThumbElement()->renderBox();
|
| if (thumbBox && thumbBox->isSliderThumb())
|
| - toLayoutSliderThumb(thumbBox)->updateAppearance(style());
|
| + toLayoutSliderThumb(thumbBox)->updateAppearance(styleRef());
|
|
|
| RenderFlexibleBox::layout();
|
| }
|
|
|