summaryrefslogtreecommitdiff
path: root/Source/WebCore/css/CSSVariableValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/CSSVariableValue.h')
-rw-r--r--Source/WebCore/css/CSSVariableValue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/css/CSSVariableValue.h b/Source/WebCore/css/CSSVariableValue.h
index 3020e1e1b..e32e48f62 100644
--- a/Source/WebCore/css/CSSVariableValue.h
+++ b/Source/WebCore/css/CSSVariableValue.h
@@ -34,7 +34,7 @@
#include "CSSParserValues.h"
#include "CSSPropertyNames.h"
#include "CSSValue.h"
-#include "MemoryInstrumentation.h"
+#include "WebCoreMemoryInstrumentation.h"
namespace WebCore {
@@ -50,7 +50,7 @@ public:
void reportDescendantMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
{
- MemoryClassInfo info(memoryObjectInfo, this, MemoryInstrumentation::CSS);
+ MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS);
info.addInstrumentedMember(m_name);
info.addInstrumentedMember(m_value);
}