summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/css/CSSFunctionValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/CSSFunctionValue.cpp')
-rw-r--r--Source/WebCore/css/CSSFunctionValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/css/CSSFunctionValue.cpp b/Source/WebCore/css/CSSFunctionValue.cpp
index 628a989ba..9f8f24f30 100644
--- a/Source/WebCore/css/CSSFunctionValue.cpp
+++ b/Source/WebCore/css/CSSFunctionValue.cpp
@@ -53,7 +53,7 @@ String CSSFunctionValue::customCssText() const
void CSSFunctionValue::reportDescendantMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
{
MemoryClassInfo info(memoryObjectInfo, this, MemoryInstrumentation::CSS);
- info.addMember(m_name);
+ info.addInstrumentedMember(m_name);
info.addInstrumentedMember(m_args);
}