| 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 3fceabe1265ad56afa6a19a01f4937ed038e0667..210fc2a41740013e6aa93b8473a7d33606f183b0 100644
|
| --- a/third_party/WebKit/Source/platform/heap/RunAllTests.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/RunAllTests.cpp
|
| @@ -54,7 +54,7 @@
|
| BlinkTestEnvironmentScope blinkTestEnvironment;
|
| blink::ThreadState::current()->registerTraceDOMWrappers(0, 0);
|
| int result = testSuite->Run();
|
| - blink::ThreadHeap::collectAllGarbage();
|
| + blink::Heap::collectAllGarbage();
|
| return result;
|
| }
|
|
|
|
|