| Index: third_party/WebKit/Source/core/dom/DocumentStatisticsCollectorTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentStatisticsCollectorTest.cpp b/third_party/WebKit/Source/core/dom/DocumentStatisticsCollectorTest.cpp
|
| index 952ee7d206108bb09637781c77ac7a7e7c1d3b55..b41df27ae9c5cf5e6d6ed4e47e4a9406e3b62f6d 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentStatisticsCollectorTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentStatisticsCollectorTest.cpp
|
| @@ -30,7 +30,7 @@ protected:
|
| #if ENABLE(OILPAN)
|
| void TearDown() override
|
| {
|
| - Heap::collectAllGarbage();
|
| + ThreadHeap::collectAllGarbage();
|
| }
|
| #endif
|
|
|
|
|