| 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 556fb8f68ec370d838e9d9b9981d03385a7ff82c..efca807a9091099a453a8053d611e7153466e81b 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1206,6 +1206,7 @@ public:
|
| V8RegExpPrototypeSourceGetter = 1396,
|
| V8RegExpPrototypeOldFlagGetter = 1397,
|
| V8DecimalWithLeadingZeroInStrictMode = 1398,
|
| + FormSubmissionNotInDocumentTree = 1399,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|