Index: Source/core/platform/KURLGoogle.cpp |
diff --git a/Source/core/platform/KURLGoogle.cpp b/Source/core/platform/KURLGoogle.cpp |
index b78c1ef391e555fc0e25c858d64e5928da8059a3..251894fdf018e0b89aceeb89375e34862ca2d117 100644 |
--- a/Source/core/platform/KURLGoogle.cpp |
+++ b/Source/core/platform/KURLGoogle.cpp |
@@ -39,10 +39,8 @@ |
#include <algorithm> |
#include "NotImplemented.h" |
-#include "PlatformMemoryInstrumentation.h" |
#include "TextEncoding.h" |
#include <wtf/HashMap.h> |
-#include <wtf/MemoryInstrumentationString.h> |
#include <wtf/Vector.h> |
#include <wtf/StdLibExtras.h> |
#include <wtf/text/CString.h> |
@@ -389,15 +387,6 @@ const String& KURLGooglePrivate::string() const |
return m_string; |
} |
-void KURLGooglePrivate::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const |
-{ |
- MemoryClassInfo info(memoryObjectInfo, this); |
- info.addMember(m_utf8, "utf8"); |
- info.addMember(m_string, "string"); |
- info.addMember(m_innerURL, "innerURL"); |
- info.addMember(m_parsed, "parsed"); |
-} |
- |
bool KURLGooglePrivate::isSafeToSendToAnotherThread() const |
{ |
return m_string.isSafeToSendToAnotherThread() |