Index: Source/core/page/UseCounter.h |
diff --git a/Source/core/page/UseCounter.h b/Source/core/page/UseCounter.h |
index 6de82f32bba64caa5b04bb068eb18b1246302fc2..77209001fee483473ee8fb22e6b0c199653e8bc6 100644 |
--- a/Source/core/page/UseCounter.h |
+++ b/Source/core/page/UseCounter.h |
@@ -223,6 +223,8 @@ public: |
AttributeSetPrefix, // Attribute prefix is readonly in DOM4. |
AttributeSpecified, // Removed in DOM4. |
BeforeLoadEventInIsolatedWorld, |
+ PrefixedAudioDecodedByteCount, |
+ PrefixedVideoDecodedByteCount, |
// 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. |