Chromium Code Reviews| Index: Source/core/inspector/HeapGraphSerializer.cpp |
| diff --git a/Source/core/inspector/HeapGraphSerializer.cpp b/Source/core/inspector/HeapGraphSerializer.cpp |
| index cb63c1fde39750e617598953377a14b33d46b743..cfd4cbfc544d9c8e849e283f7d26d143608fd5d2 100644 |
| --- a/Source/core/inspector/HeapGraphSerializer.cpp |
| +++ b/Source/core/inspector/HeapGraphSerializer.cpp |
| @@ -35,10 +35,7 @@ |
| #include "core/dom/WebCoreMemoryInstrumentation.h" |
| #include "core/inspector/JSONParser.h" |
| -#include "wtf/MemoryInstrumentationHashMap.h" |
|
yurys
2013/06/24 15:00:44
Please revert these two includes. Removing them wo
|
| -#include "wtf/MemoryInstrumentationVector.h" |
| #include "wtf/MemoryObjectInfo.h" |
| -#include "wtf/text/CString.h" |
| #include "wtf/text/WTFString.h" |
| namespace WebCore { |