| Index: Source/core/rendering/RenderListBox.cpp
|
| diff --git a/Source/core/rendering/RenderListBox.cpp b/Source/core/rendering/RenderListBox.cpp
|
| index 491e6ad33e64a795c7986b474f443a7a2f7c7192..7a1c375c959d116e7e306f32c016b31291dd0389 100644
|
| --- a/Source/core/rendering/RenderListBox.cpp
|
| +++ b/Source/core/rendering/RenderListBox.cpp
|
| @@ -170,7 +170,6 @@ void RenderListBox::selectionChanged()
|
|
|
| void RenderListBox::layout()
|
| {
|
| - StackStats::LayoutCheckPoint layoutCheckPoint;
|
| RenderBlock::layout();
|
|
|
| if (m_vBar) {
|
|
|