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

Unified Diff: Source/core/Init.cpp

Issue 1041103002: PartitionAlloc: Centralize Partition allocators into one place (Part 1) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | « Source/bindings/core/v8/V8GCController.cpp ('k') | Source/core/dom/Node.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 11b27d357b054e72178949581c0a9ee71a31cafd..2c4854667372f9ae550f3948c19f2b0c78318631 100644
--- a/Source/core/Init.cpp
+++ b/Source/core/Init.cpp
@@ -54,9 +54,9 @@
#include "core/workers/WorkerThread.h"
#include "platform/EventTracer.h"
#include "platform/FontFamilyNames.h"
-#include "platform/Partitions.h"
#include "platform/PlatformThreadData.h"
#include "platform/weborigin/KURL.h"
+#include "wtf/Partitions.h"
#include "wtf/text/StringStatics.h"
namespace blink {
@@ -103,7 +103,6 @@ void CoreInitializer::init()
StyleChangeExtraData::init();
QualifiedName::init();
- Partitions::init();
EventTracer::initialize();
KURL::initialize();
@@ -126,8 +125,6 @@ void CoreInitializer::shutdown()
// Make sure we stop the HTMLParserThread before Platform::current() is
// cleared.
HTMLParserThread::shutdown();
-
- Partitions::shutdown();
}
} // namespace blink
« no previous file with comments | « Source/bindings/core/v8/V8GCController.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698