| Index: third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp b/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| index f91bc0ff01e9bbcd0b41e2c11f60264744ee9243..84137e6a7f1bffae0a73b2f14f45518666af58f0 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| @@ -95,6 +95,8 @@ ScrollableArea::~ScrollableArea()
|
| void ScrollableArea::clearScrollAnimators()
|
| {
|
| #if OS(MACOSX) && ENABLE(OILPAN)
|
| + // TODO(ymalik): Let oilpan decide when to call dispose rather than
|
| + // explicitly calling it here to cleanup.
|
| if (m_scrollAnimator)
|
| m_scrollAnimator->dispose();
|
| #endif
|
|
|