Index: third_party/WebKit/Source/web/WebKit.cpp |
diff --git a/third_party/WebKit/Source/web/WebKit.cpp b/third_party/WebKit/Source/web/WebKit.cpp |
index dca9111bed0dd0637169403bbdb84a930ad6a32c..6af865f179db65e3230fe480e106da4d5670318e 100644 |
--- a/third_party/WebKit/Source/web/WebKit.cpp |
+++ b/third_party/WebKit/Source/web/WebKit.cpp |
@@ -54,6 +54,7 @@ |
#include "public/platform/WebPrerenderingSupport.h" |
#include "public/platform/WebThread.h" |
#include "web/IndexedDBClientImpl.h" |
+#include "web/WebCacheMemoryDumpProvider.h" |
#include "wtf/Assertions.h" |
#include "wtf/CryptographicallyRandomNumber.h" |
#include "wtf/MainThread.h" |
@@ -186,6 +187,8 @@ void initializeWithoutV8(Platform* platform) |
OwnPtr<MessageLoopInterruptor> interruptor = adoptPtr(new MessageLoopInterruptor(currentThread->taskRunner())); |
ThreadState::current()->addInterruptor(interruptor.release()); |
+ |
+ WebCacheMemoryDumpProvider::initialize(); |
} |
DEFINE_STATIC_LOCAL(ModulesInitializer, initializer, ()); |