| Index: third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
|
| index 6ceeffd14056f608ddfec10d141dea447b762fbb..59fd20b00706cbcc120a244f4042e5a4d718b5fe 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
|
| @@ -32,7 +32,6 @@
|
| #include "core/events/Event.h"
|
| #include "core/events/EventListener.h"
|
| #include "core/events/EventSender.h"
|
| -#include "core/frame/Deprecation.h"
|
| #include "core/svg/SVGDocumentExtensions.h"
|
| #include "core/svg/SVGSVGElement.h"
|
| #include "core/svg/SVGURIReference.h"
|
| @@ -316,7 +315,7 @@ Node::InsertionNotificationRequest SVGSMILElement::insertedInto(ContainerNode* r
|
| if (!rootParent->isConnected())
|
| return InsertionDone;
|
|
|
| - Deprecation::countDeprecation(document(), UseCounter::SVGSMILElementInDocument);
|
| + UseCounter::count(document(), UseCounter::SVGSMILElementInDocument);
|
| if (document().isLoadCompleted())
|
| UseCounter::count(&document(), UseCounter::SVGSMILElementInsertedAfterLoad);
|
|
|
|
|