| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| index 4a867cbebc7687147bff688d227cd4fec048de00..b6af872495bc74b314fde7a3875e671b3dcbda49 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -30,7 +30,6 @@
|
| #include "core/animation/DocumentTimeline.h"
|
| #include "core/dom/NodeTraversal.h"
|
| #include "core/dom/shadow/FlatTreeTraversal.h"
|
| -#include "core/frame/Deprecation.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/Settings.h"
|
| @@ -481,7 +480,7 @@ void SVGImage::updateUseCounters(Document& document) const
|
| {
|
| if (SVGSVGElement* rootElement = svgRootElement(m_page.get())) {
|
| if (rootElement->timeContainer()->hasAnimations())
|
| - Deprecation::countDeprecation(document, UseCounter::SVGSMILAnimationInImageRegardlessOfCache);
|
| + UseCounter::count(document, UseCounter::SVGSMILAnimationInImageRegardlessOfCache);
|
| }
|
| }
|
|
|
|
|