| 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 f6a596c66b653bba986557d2f75e2b266c5f8503..d96b440d3bb880e4a2ee1fd09bad17c1ddf75387 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
|
|
|
|
|