Index: Source/WebCore/rendering/RenderMenuList.cpp |
=================================================================== |
--- Source/WebCore/rendering/RenderMenuList.cpp (revision 118271) |
+++ Source/WebCore/rendering/RenderMenuList.cpp (working copy) |
@@ -495,7 +495,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(); |