| Index: third_party/WebKit/Source/platform/heap/HeapCompact.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapCompact.cpp b/third_party/WebKit/Source/platform/heap/HeapCompact.cpp
|
| index 76b9ed8204fa78f4796e9ad6d324798a2a855044..2b68cd2107dd275641df2aa7645b888d80f71db4 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapCompact.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapCompact.cpp
|
| @@ -37,7 +37,7 @@ class HeapCompact::MovableObjectFixups final {
|
| // can move (independently from the reference the slot points to.)
|
| void addCompactingPage(BasePage* page) {
|
| DCHECK(!page->isLargeObjectPage());
|
| - m_relocatablePages.add(page);
|
| + m_relocatablePages.insert(page);
|
| }
|
|
|
| void addInteriorFixup(MovableReference* slot) {
|
|
|