| Index: Source/core/page/UseCounter.h
|
| diff --git a/Source/core/page/UseCounter.h b/Source/core/page/UseCounter.h
|
| index b13695136b0e2ffb96f6ae2142647f0350582ad0..2100d1b0bdd2548266b1b3556c424c0b0c7ca444 100644
|
| --- a/Source/core/page/UseCounter.h
|
| +++ b/Source/core/page/UseCounter.h
|
| @@ -233,6 +233,8 @@ public:
|
| PrefixedVideoExitFullScreen,
|
| PrefixedVideoDecodedFrameCount,
|
| PrefixedVideoDroppedFrameCount,
|
| + SourceElementCandidate,
|
| + SourceElementNonMatchingMedia,
|
| // 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.
|
|
|