| Index: Source/platform/scroll/ScrollableArea.h
|
| diff --git a/Source/platform/scroll/ScrollableArea.h b/Source/platform/scroll/ScrollableArea.h
|
| index bb9c7286b8574f654f880907e1ae620fc8d08104..dfa93b8c5e46d07362223d9a6f3e38721ad900a6 100644
|
| --- a/Source/platform/scroll/ScrollableArea.h
|
| +++ b/Source/platform/scroll/ScrollableArea.h
|
| @@ -268,7 +268,7 @@ private:
|
| IntRect m_verticalBarDamage;
|
|
|
| struct ScrollableAreaAnimators {
|
| - OwnPtr<ScrollAnimator> scrollAnimator;
|
| + RefPtr<ScrollAnimator> scrollAnimator;
|
| OwnPtr<ProgrammaticScrollAnimator> programmaticScrollAnimator;
|
| };
|
|
|
|
|