| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index 762de3e5a43566b10b23f8f18324d7da79d14cb8..e678ba5cc7c81c127c315c885803ba3283776326 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -168,12 +168,10 @@ FrameView::FrameView(LocalFrame* frame)
|
| m_topControlsViewportAdjustment(0),
|
| m_needsUpdateWidgetGeometries(false),
|
| m_needsUpdateViewportIntersection(true),
|
| - m_needsUpdateViewportIntersectionInSubtree(true)
|
| + m_needsUpdateViewportIntersectionInSubtree(true),
|
| #if ENABLE(ASSERT)
|
| - ,
|
| - m_hasBeenDisposed(false)
|
| + m_hasBeenDisposed(false),
|
| #endif
|
| - ,
|
| m_horizontalScrollbarMode(ScrollbarAuto),
|
| m_verticalScrollbarMode(ScrollbarAuto),
|
| m_horizontalScrollbarLock(false),
|
|
|