| 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 c571834257fea7e0477bc656aa81a266c50a01e8..676e3f93f641786b4e9f342338d3c6fb087539db 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1227,6 +1227,8 @@ public:
|
| ElementRequestPointerLockInShadow = 1421,
|
| ShadowRootPointerLockElement = 1422,
|
| DocumentPointerLockElementInV0Shadow = 1423,
|
| + TextAreaMaxLength = 1424,
|
| + TextAreaMinLength = 1425,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|