summaryrefslogtreecommitdiff
path: root/Source/WebCore/dom/Element.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/Element.h')
-rw-r--r--Source/WebCore/dom/Element.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/dom/Element.h b/Source/WebCore/dom/Element.h
index 8a28cf715..2f4e92564 100644
--- a/Source/WebCore/dom/Element.h
+++ b/Source/WebCore/dom/Element.h
@@ -442,8 +442,8 @@ public:
{
MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::DOM);
ContainerNode::reportMemoryUsage(memoryObjectInfo);
- info.addInstrumentedMember(m_tagName);
- info.addInstrumentedMember(m_attributeData);
+ info.addMember(m_tagName);
+ info.addMember(m_attributeData);
}
protected: