| Index: Source/core/frame/animation/KeyframeAnimation.cpp
|
| diff --git a/Source/core/frame/animation/KeyframeAnimation.cpp b/Source/core/frame/animation/KeyframeAnimation.cpp
|
| index e6a195a68374728483942af350c178c88f641be5..473903ea885a73730b943be03f5b0cad63b84b73 100644
|
| --- a/Source/core/frame/animation/KeyframeAnimation.cpp
|
| +++ b/Source/core/frame/animation/KeyframeAnimation.cpp
|
| @@ -60,7 +60,7 @@ KeyframeAnimation::KeyframeAnimation(const CSSAnimationData* animation, RenderOb
|
| checkForMatchingFilterFunctionLists();
|
| HashSet<CSSPropertyID>::const_iterator endProperties = m_keyframes.endProperties();
|
| for (HashSet<CSSPropertyID>::const_iterator it = m_keyframes.beginProperties(); it != endProperties; ++it)
|
| - WebKit::Platform::current()->histogramSparse("WebCore.Animation.CSSProperties", UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(*it));
|
| + blink::Platform::current()->histogramSparse("WebCore.Animation.CSSProperties", UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(*it));
|
| }
|
|
|
| KeyframeAnimation::~KeyframeAnimation()
|
|
|