| 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 0a339b1d3c510dde5bcd05892fa3472611d78656..d1897003efc69d17f8c36f1d211df00ebb4e8b2b 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -947,6 +947,8 @@ public:
|
| V8SVGSVGElement_CreateSVGRect_Method = 1090,
|
| V8SVGSVGElement_CreateSVGTransform_Method = 1091,
|
| V8SVGSVGElement_CreateSVGTransformFromMatrix_Method = 1092,
|
| + FormNameAccessForNonDescendantImageElement = 1093,
|
| + FormControlsCollectionNameAccessForImageElement = 1094,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|