| Index: third_party/WebKit/Source/platform/heap/RunAllTests.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/RunAllTests.cpp b/third_party/WebKit/Source/platform/heap/RunAllTests.cpp
|
| index b26e1370fbf13b8f54b59f603d307a8d2dec0a98..2f62712c8ee81c6286543bb67f65f3060313e9bb 100644
|
| --- a/third_party/WebKit/Source/platform/heap/RunAllTests.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/RunAllTests.cpp
|
| @@ -55,7 +55,7 @@ int runHelper(base::TestSuite* testSuite)
|
| BlinkTestEnvironmentScope blinkTestEnvironment;
|
| blink::ThreadState::current()->registerTraceDOMWrappers(0, 0);
|
| int result = testSuite->Run();
|
| - blink::Heap::collectAllGarbage();
|
| + blink::ThreadHeap::collectAllGarbage();
|
| return result;
|
| }
|
|
|
|
|