| 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 962511e1395f463154f8be0cf85beaa43055f9b3..8e7692104be3031ec3801d0831c6023558c74178 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1090,6 +1090,7 @@ public:
|
| V8ForInInitializer = 1238,
|
| V8Animation_Id_AttributeGetter = 1239,
|
| V8Animation_Id_AttributeSetter = 1240,
|
| + MediaStreamOnEnded = 1241,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|