From 284837daa07b29d6a63a748544a90b1f5842ac5c Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 10 Sep 2012 19:10:20 +0200 Subject: Imported WebKit commit 68645295d2e3e09af2c942f092556f06aa5f8b0d (http://svn.webkit.org/repository/webkit/trunk@128073) New snapshot --- Source/WebCore/css/WebKitCSSMixFunctionValue.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/WebCore/css/WebKitCSSMixFunctionValue.cpp') diff --git a/Source/WebCore/css/WebKitCSSMixFunctionValue.cpp b/Source/WebCore/css/WebKitCSSMixFunctionValue.cpp index 7f8d27d85..3af687e76 100644 --- a/Source/WebCore/css/WebKitCSSMixFunctionValue.cpp +++ b/Source/WebCore/css/WebKitCSSMixFunctionValue.cpp @@ -30,7 +30,7 @@ #include "config.h" #include "WebKitCSSMixFunctionValue.h" -#include "MemoryInstrumentation.h" +#include "WebCoreMemoryInstrumentation.h" #if ENABLE(CSS_SHADERS) @@ -58,7 +58,7 @@ PassRefPtr WebKitCSSMixFunctionValue::cloneForCSSOM() void WebKitCSSMixFunctionValue::reportDescendantMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const { - MemoryClassInfo info(memoryObjectInfo, this, MemoryInstrumentation::CSS); + MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS); CSSValueList::reportDescendantMemoryUsage(memoryObjectInfo); } -- cgit v1.2.1