Index: Source/core/layout/LayoutSlider.cpp |
diff --git a/Source/core/layout/LayoutSlider.cpp b/Source/core/layout/LayoutSlider.cpp |
index 4326a85e7e5916077d4b05330f813cbea7f00beb..fa83133a80886c18be7a3d16fcebcc9eeb5c6e33 100644 |
--- a/Source/core/layout/LayoutSlider.cpp |
+++ b/Source/core/layout/LayoutSlider.cpp |
@@ -69,7 +69,7 @@ void LayoutSlider::layout() |
{ |
// FIXME: Find a way to cascade appearance. |
// http://webkit.org/b/62535 |
- RenderBox* thumbBox = sliderThumbElement()->renderBox(); |
+ LayoutBox* thumbBox = sliderThumbElement()->layoutBox(); |
if (thumbBox && thumbBox->isSliderThumb()) |
toLayoutSliderThumb(thumbBox)->updateAppearance(styleRef()); |