Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp |
diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp |
index 8dbdfaf49ff3164e775c960d5a6d051639047d8d..20eb5e342a807e2c9b4f0e50d4f42dd8309c4d1f 100644 |
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp |
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp |
@@ -268,17 +268,6 @@ ScopedUnittestsEnvironmentSetup::ScopedUnittestsEnvironmentSetup(int argc, char* |
ScopedUnittestsEnvironmentSetup::~ScopedUnittestsEnvironmentSetup() |
{ |
- blink::ThreadState::detachMainThread(); |
- blink::ProcessHeap::shutdown(); |
- |
- // Destroy test platform objects before shutting down WTF layer. |
- m_testingPlatformSupport.reset(); |
- m_compositorSupport.reset(); |
- |
- WTF::shutdown(); |
- WTF::Partitions::shutdown(); |
- |
- // Now - implicitly destroy m_platform and m_discardableMemoryAllocator. |
} |
} // namespace blink |