Index: Source/core/page/UseCounter.h |
diff --git a/Source/core/page/UseCounter.h b/Source/core/page/UseCounter.h |
index f70e966cece805512d309f6fff51ae1ff07e163d..514f325b6f03b03023e3f2d66592311d7194140f 100644 |
--- a/Source/core/page/UseCounter.h |
+++ b/Source/core/page/UseCounter.h |
@@ -197,6 +197,8 @@ public: |
UnprefixedAnimationIterationEvent, |
PrefixedAndUnprefixedAnimationIterationEvent, |
EventReturnValue, // Legacy IE extension. |
+ SVGSVGElement, |
+ SVGAnimateColorElement, |
// Add new features immediately above this line. Don't change assigned |
// numbers of each items, and don't reuse unused slots. |
NumberOfFeatures, // This enum value must be last. |