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

Unified Diff: Source/core/page/UseCounter.h

Issue 18332026: Add UseCounter entry for SVGAnimationElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 | « no previous file | Source/core/svg/SVGAnimationElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/UseCounter.h
diff --git a/Source/core/page/UseCounter.h b/Source/core/page/UseCounter.h
index 41de5f4f31ffb23dc4a7a2c35552fadb0a2f65f1..205febc100e280b23789891a935247ffce71d179 100644
--- a/Source/core/page/UseCounter.h
+++ b/Source/core/page/UseCounter.h
@@ -81,7 +81,7 @@ public:
UnprefixedTransitionEndEvent,
PrefixedAndUnprefixedTransitionEndEvent,
AutoFocusAttribute,
- UnusedSlot01, // Prior to 4/2013, we used this slot for AutoSaveAttribute.
+ SVGAnimationElement, // Prior to 4/2013, we used this slot for AutoSaveAttribute.
DataListElement,
FormAttribute,
IncrementalAttribute,
« no previous file with comments | « no previous file | Source/core/svg/SVGAnimationElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698