| Index: third_party/WebKit/Source/platform/testing/RunAllTests.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/RunAllTests.cpp b/third_party/WebKit/Source/platform/testing/RunAllTests.cpp
|
| index abcf3de1c7b0410892f8161998a94a90971b10d0..e3aa2f004f7cf33e11edaa4de5e8299a00b84c1a 100644
|
| --- a/third_party/WebKit/Source/platform/testing/RunAllTests.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/RunAllTests.cpp
|
| @@ -43,7 +43,7 @@
|
| int runTestSuite(base::TestSuite* testSuite)
|
| {
|
| int result = testSuite->Run();
|
| - blink::ThreadState::current()-> collectAllGarbage();
|
| + blink::ThreadHeap::collectAllGarbage();
|
| return result;
|
| }
|
|
|
|
|