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 |