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

Unified Diff: Source/core/svg/SVGTRefElement.cpp

Issue 14070021: Rename 'UseCounter::observe' to 'UseCounter::count'. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline. Created 7 years, 8 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
« no previous file with comments | « Source/core/rendering/RenderLayer.cpp ('k') | Source/core/workers/SharedWorker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTRefElement.cpp
diff --git a/Source/core/svg/SVGTRefElement.cpp b/Source/core/svg/SVGTRefElement.cpp
index b91a65b1dc28e975f7fb6476f9eded4d55442dca..6ace0ad96a75b136146a09e037eba1df0ece85a6 100644
--- a/Source/core/svg/SVGTRefElement.cpp
+++ b/Source/core/svg/SVGTRefElement.cpp
@@ -140,7 +140,7 @@ inline SVGTRefElement::SVGTRefElement(const QualifiedName& tagName, Document* do
ScriptWrappable::init(this);
registerAnimatedPropertiesForSVGTRefElement();
- UseCounter::observe(document, UseCounter::SVGTRefElement);
+ UseCounter::count(document, UseCounter::SVGTRefElement);
}
SVGTRefElement::~SVGTRefElement()
« no previous file with comments | « Source/core/rendering/RenderLayer.cpp ('k') | Source/core/workers/SharedWorker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698