| 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 4cfa3326db2e01836f2753c30e28657aaeb63994..316150c166c20d0d0d898a9717adea3e5cacfbb4 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -856,6 +856,7 @@ public:
|
| CSSAtRuleSupports = 976,
|
| CSSAtRuleViewport = 977,
|
| CSSAtRuleWebkitKeyframes = 978,
|
| + V8HTMLFieldSetElement_Elements_AttributeGetter = 979,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|