Index: Source/core/layout/LayoutSlider.cpp |
diff --git a/Source/core/layout/LayoutSlider.cpp b/Source/core/layout/LayoutSlider.cpp |
index a5e68adbed9fb4864f6153deba63f55fc94687e4..c9fce2a18da8b73d62050ea719d3c7cbf6d82aba 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(deprecatedMutableStyle()); |
RenderFlexibleBox::layout(); |
} |