| 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 ccb0d227b8e886dbc56ca8e4be14beeb7598fbcc..eee4c1da95b9c598cedcbf68eeaca4ea28c11ef5 100644
|
| --- a/third_party/WebKit/Source/platform/testing/RunAllTests.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/RunAllTests.cpp
|
| @@ -95,7 +95,7 @@ int main(int argc, char** argv)
|
| platformConfig.compositorSupport = &compositorSupport;
|
| blink::TestingPlatformSupport platform(platformConfig);
|
|
|
| - blink::ThreadHeap::init();
|
| + blink::ProcessHeap::init();
|
| blink::ThreadState::attachMainThread();
|
| blink::ThreadState::current()->registerTraceDOMWrappers(nullptr, nullptr);
|
| blink::EventTracer::initialize();
|
| @@ -109,7 +109,7 @@ int main(int argc, char** argv)
|
| result = base::LaunchUnitTests(argc, argv, base::Bind(runTestSuite, base::Unretained(&testSuite)));
|
|
|
| blink::ThreadState::detachMainThread();
|
| - blink::ThreadHeap::shutdown();
|
| + blink::ProcessHeap::shutdown();
|
| }
|
| blink::CompositorFactory::shutdown();
|
| WTF::shutdown();
|
|
|