Index: Source/WebCore/rendering/RenderTextControlSingleLine.cpp |
=================================================================== |
--- Source/WebCore/rendering/RenderTextControlSingleLine.cpp (revision 118271) |
+++ Source/WebCore/rendering/RenderTextControlSingleLine.cpp (working copy) |
@@ -750,7 +750,7 @@ |
RefPtr<Scrollbar> widget; |
bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR); |
if (hasCustomScrollbarStyle) |
- widget = RenderScrollbar::createCustomScrollbar(scrollableArea, orientation, this); |
+ widget = RenderScrollbar::createCustomScrollbar(scrollableArea, orientation, this->node()); |
else |
widget = Scrollbar::createNativeScrollbar(scrollableArea, orientation, controlSize); |
return widget.release(); |