| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 0e53e430eaabc719c869b1a61c5dc35c91cb5a39..f8668c5aed17f0e29eac393e10a098d4420e8a38 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -685,6 +685,10 @@ public:
|
| LegacyCSSValueIntrinsic = 751,
|
| LegacyCSSValueMinIntrinsic = 752,
|
| WebkitCanvas = 753,
|
| + V8HTMLInputElement_Autocapitalize_AttributeGetter = 754,
|
| + V8HTMLInputElement_Autocapitalize_AttributeSetter = 755,
|
| + V8HTMLTextAreaElement_Autocapitalize_AttributeGetter = 756,
|
| + V8HTMLTextAreaElement_Autocapitalize_AttributeSetter = 757,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|