Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 463da2ac7d7b6ea18909f3ba045c37c05af20bec..e97490e6c85ff081f866582f75b8e12c7a61587d 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -545,6 +545,11 @@ public: |
AttrChildChange = 601, |
DocumentGetOverrideStyle = 602, |
NotificationCloseEvent = 603, |
+ CSSKeyframesRuleAppendRule = 604, |
+ CSSKeyframesRuleInsertRule = 605, |
+ StyleMedia = 606, |
+ StyleMediaType = 607, |
+ StyleMediaMatchMedium = 608, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |