| Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| index 5c3b3afe4736616028e2b3511b10810084656d4f..24e8029cd76195d5c3b2fcb13c43c455ff6dd9f9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -5673,7 +5673,7 @@ void LayoutBox::clearSnapAreas() {
|
| }
|
|
|
| void LayoutBox::addSnapArea(const LayoutBox& snapArea) {
|
| - ensureRareData().ensureSnapAreas().add(&snapArea);
|
| + ensureRareData().ensureSnapAreas().insert(&snapArea);
|
| }
|
|
|
| void LayoutBox::removeSnapArea(const LayoutBox& snapArea) {
|
|
|