Index: Source/core/css/WebKitCSSTransformValue.cpp |
diff --git a/Source/core/css/WebKitCSSTransformValue.cpp b/Source/core/css/WebKitCSSTransformValue.cpp |
index 99bd98055723c73a542e1cbaee3b1d2aebdd41f6..ab8533ddda7a2a476f6c26679f8bb5e5a994502b 100644 |
--- a/Source/core/css/WebKitCSSTransformValue.cpp |
+++ b/Source/core/css/WebKitCSSTransformValue.cpp |
@@ -27,7 +27,6 @@ |
#include "WebKitCSSTransformValue.h" |
#include "CSSValueList.h" |
-#include "WebCoreMemoryInstrumentation.h" |
#include <wtf/PassRefPtr.h> |
#include <wtf/text/WTFString.h> |
@@ -95,10 +94,4 @@ PassRefPtr<WebKitCSSTransformValue> WebKitCSSTransformValue::cloneForCSSOM() con |
return adoptRef(new WebKitCSSTransformValue(*this)); |
} |
-void WebKitCSSTransformValue::reportDescendantMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const |
-{ |
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS); |
- CSSValueList::reportDescendantMemoryUsage(memoryObjectInfo); |
-} |
- |
} |