| Index: Source/core/rendering/RenderScrollbarPart.cpp
|
| diff --git a/Source/core/rendering/RenderScrollbarPart.cpp b/Source/core/rendering/RenderScrollbarPart.cpp
|
| index 6a39b136980316130af14b5ab7334c8db0c48f56..fc56bfc80f969bf1abe1b66f9b41a6fd9bba7e70 100644
|
| --- a/Source/core/rendering/RenderScrollbarPart.cpp
|
| +++ b/Source/core/rendering/RenderScrollbarPart.cpp
|
| @@ -55,7 +55,6 @@ RenderScrollbarPart* RenderScrollbarPart::createAnonymous(Document* document, Re
|
|
|
| void RenderScrollbarPart::layout()
|
| {
|
| - StackStats::LayoutCheckPoint layoutCheckPoint;
|
| setLocation(LayoutPoint()); // We don't worry about positioning ourselves. We're just determining our minimum width/height.
|
| if (m_scrollbar->orientation() == HorizontalScrollbar)
|
| layoutHorizontalPart();
|
|
|