| 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 66fae5f1b13d3d1b55ba75fbe9393cfee608cf82..8c99b0918cf4c60e254f37e45555a6423f163102 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1470,6 +1470,7 @@ class CORE_EXPORT UseCounter {
|
| HTMLEmbedElementGetter = 1840,
|
| HTMLEmbedElementSetter = 1841,
|
| TransformUsesBoxSizeOnSVG = 1842,
|
| + HTMLMediaElementControlsListAttribute = 1843,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|