Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1236)

Unified Diff: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp

Issue 2279563003: Remove a graceful shutdown sequence from TestingPlatformSupport (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698