| 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 80477b8f55d22c16c64ebf20129a914dd58133cb..5580ae2ca3fa2bd4891e864035cce00978fe13c1 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -3109,7 +3109,7 @@ void FrameView::updateLifecyclePhasesInternal(
|
|
|
| void FrameView::enqueueScrollAnchoringAdjustment(
|
| ScrollableArea* scrollableArea) {
|
| - m_anchoringAdjustmentQueue.add(scrollableArea);
|
| + m_anchoringAdjustmentQueue.insert(scrollableArea);
|
| }
|
|
|
| void FrameView::performScrollAnchoringAdjustments() {
|
|
|