Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp

Issue 2256013003: Remove SMIL deprecation warning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698