| 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 30842f8ccc7cf1de9f5216991c733c0d40996d95..1ec28068c42f7c89e7b081e92b1850751019f8e9 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1091,6 +1091,7 @@ public:
|
| HTMLLabelElementFormIsDifferentFromControlForm = 1261,
|
| HTMLLabelElementHasNoControlAndFormIsAncestor = 1262,
|
| HTMLLabelElementControlForNonFormAssociatedElement = 1263,
|
| + PatternAttributeUnicodeFlagIsIncompatible = 1264,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|