| Index: Source/platform/scroll/ScrollableArea.cpp
|
| diff --git a/Source/platform/scroll/ScrollableArea.cpp b/Source/platform/scroll/ScrollableArea.cpp
|
| index d3462ba8e53153d43d324dafb6a1cd93fa1e1b70..91fdc5fe14d79d9302a58063a0c25571f8ef829a 100644
|
| --- a/Source/platform/scroll/ScrollableArea.cpp
|
| +++ b/Source/platform/scroll/ScrollableArea.cpp
|
| @@ -76,8 +76,6 @@ int ScrollableArea::maxOverlapBetweenPages()
|
| ScrollableArea::ScrollableArea()
|
| : m_constrainsScrollingToContentEdge(true)
|
| , m_inLiveResize(false)
|
| - , m_verticalScrollElasticity(ScrollElasticityNone)
|
| - , m_horizontalScrollElasticity(ScrollElasticityNone)
|
| , m_scrollbarOverlayStyle(ScrollbarOverlayStyleDefault)
|
| , m_scrollOriginChanged(false)
|
| , m_hasViewportConstrainedObjectsForScrollCompensation(false)
|
|
|