| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index ac17b3252db043be3e835f4a94c16c8e3200a7a6..f99f1bf3aab3ab355929092946c53d7f37d929f8 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -701,6 +701,8 @@ public:
|
| DialogInSandboxedContext = 767,
|
| SVGSMILAnimationInImageRegardlessOfCache = 768,
|
| PushSubscriptionId = 769,
|
| + EncryptedMediaSecureOrigin = 770,
|
| + EncryptedMediaInsecureOrigin = 771,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|