| 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 9c0079b2620f77182bd533f5612b9825f3170c1c..b31ca432e88b154918896879cdee1e5ec74769db 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1465,6 +1465,7 @@ class CORE_EXPORT UseCounter {
|
| V8HTMLVideoElement_Poster_AttributeGetter = 1815,
|
| V8HTMLVideoElement_Poster_AttributeSetter = 1816,
|
| NotificationPermissionRequestedIframe = 1817,
|
| + InertAttribute = 1818,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|