| 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 194f754d87d431c2aa7ef01e43eb91b2c9b55d09..c36bfabca2ee468cc93371edbed2ac0a835f70cc 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1478,6 +1478,8 @@ class CORE_EXPORT UseCounter {
|
| ScrollByWheel = 1848,
|
| ScheduledActionIgnored = 1849,
|
| GetCanvas2DContextAttributes = 1850,
|
| + V8HTMLInputElement_Capture_AttributeGetter = 1851,
|
| + V8HTMLInputElement_Capture_AttributeSetter = 1852,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|