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

Unified Diff: Source/core/Init.cpp

Issue 138443002: Revert of Create our own blink_heap run_all_tests target to avoid piggy-backing on wtf's. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | Source/heap/HeapTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/Init.cpp
diff --git a/Source/core/Init.cpp b/Source/core/Init.cpp
index b53564bb3446cef4fd544f1dcc53d516aff33350..8b7304d14add3c4247a85c1c0e2d03e4f9d35cd1 100644
--- a/Source/core/Init.cpp
+++ b/Source/core/Init.cpp
@@ -44,7 +44,6 @@
#include "XMLNSNames.h"
#include "XMLNames.h"
#include "core/css/MediaFeatureNames.h"
-#include "heap/Heap.h"
#include "platform/EventTracer.h"
#include "platform/Partitions.h"
#include "platform/PlatformThreadData.h"
@@ -79,7 +78,6 @@
QualifiedName::init();
Partitions::init();
EventTracer::initialize();
- Heap::init();
// Ensure that the main thread's thread-local data is initialized before
// starting any worker threads.
@@ -90,7 +88,6 @@
void shutdown()
{
- Heap::shutdown();
Partitions::shutdown();
}
« no previous file with comments | « no previous file | Source/heap/HeapTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698