Index: Source/core/css/CSSUnicodeRangeValue.cpp |
diff --git a/Source/core/css/CSSUnicodeRangeValue.cpp b/Source/core/css/CSSUnicodeRangeValue.cpp |
index f1d59a7784db5a6885618b6a0fca16019903f885..c198b4a91cbc206ec17942ec27f12592e4495cab 100644 |
--- a/Source/core/css/CSSUnicodeRangeValue.cpp |
+++ b/Source/core/css/CSSUnicodeRangeValue.cpp |
@@ -26,7 +26,6 @@ |
#include "config.h" |
#include "CSSUnicodeRangeValue.h" |
-#include "WebCoreMemoryInstrumentation.h" |
#include <wtf/text/WTFString.h> |
namespace WebCore { |
@@ -43,9 +42,4 @@ bool CSSUnicodeRangeValue::equals(const CSSUnicodeRangeValue& other) const |
return m_from == other.m_from && m_to == other.m_to; |
} |
-void CSSUnicodeRangeValue::reportDescendantMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const |
-{ |
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS); |
-} |
- |
} |