| Index: third_party/WebKit/Source/core/dom/DocumentTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentTest.cpp b/third_party/WebKit/Source/core/dom/DocumentTest.cpp
|
| index 3ab50aee52d67afe271255a2e1bf51fe3e0493a7..594ce52d9907be0b0861c03035de130df379df9c 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentTest.cpp
|
| @@ -51,7 +51,7 @@ protected:
|
| #if ENABLE(OILPAN)
|
| void TearDown() override
|
| {
|
| - Heap::collectAllGarbage();
|
| + ThreadHeap::collectAllGarbage();
|
| }
|
| #endif
|
|
|
|
|