Index: Source/core/loader/CachedMetadata.cpp |
diff --git a/Source/core/loader/CachedMetadata.cpp b/Source/core/loader/CachedMetadata.cpp |
index e2d44bdefc3ee1abbe9ad1ace2c1c9608172264e..dd1b065d91faa1725fe3f5cc8f28c9aa4976a9bf 100644 |
--- a/Source/core/loader/CachedMetadata.cpp |
+++ b/Source/core/loader/CachedMetadata.cpp |
@@ -31,15 +31,6 @@ |
#include "config.h" |
#include "CachedMetadata.h" |
-#include "WebCoreMemoryInstrumentation.h" |
-#include <wtf/MemoryInstrumentationVector.h> |
- |
namespace WebCore { |
-void CachedMetadata::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const |
-{ |
- MemoryClassInfo info(memoryObjectInfo, this); |
- info.addMember(m_serializedData, "serializedData"); |
-} |
- |
} // namespace WebCore |