| 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 635004d8a1bf4789f74dc01d1f89e8e859efaa64..7ed3ec6e00487d9b2892e1093263b1d64ebdd14f 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1578,6 +1578,8 @@ class CORE_EXPORT UseCounter {
|
| kGamepadButtons = 1965,
|
| kVibrateWithoutUserGesture = 1966,
|
| kDispatchMouseEventOnDisabledFormControl = 1967,
|
| + kElementNameDOMInvalidHTMLParserValid = 1968,
|
| + kElementNameDOMValidHTMLParserInvalid = 1969,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|