| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index 2fa053d0b43cabe3056bcca19aa3a45ebdfe35fc..66c1d0b4635d7363572f736f6110d15f5d37ad08 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1439,6 +1439,11 @@ class CORE_EXPORT UseCounter {
|
| DocumentCompleteURLHTTPContainingLessThan = 1769,
|
| DocumentCompleteURLHTTPContainingNewlineAndLessThan = 1770,
|
| DocumentCompleteURLNonHTTPContainingNewlineOrLessThan = 1771,
|
| + CSSSelectorInternalMediaControlsTextTrackList = 1772,
|
| + CSSSelectorInternalMediaControlsTextTrackListItem = 1773,
|
| + CSSSelectorInternalMediaControlsTextTrackListItemInput = 1774,
|
| + CSSSelectorInternalMediaControlsTextTrackListKindCaptions = 1775,
|
| + CSSSelectorInternalMediaControlsTextTrackListKindSubtitles = 1776,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|