| 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 88ac17935d6277b29ecdc186c447ae421a90e539..84a549c98896799075e31f27c766269f4e1c25c2 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1122,6 +1122,7 @@ class CORE_EXPORT UseCounter {
|
| V8RegExpPrototypeSourceGetter = 1396,
|
| V8RegExpPrototypeOldFlagGetter = 1397,
|
| V8DecimalWithLeadingZeroInStrictMode = 1398,
|
| + FormSubmissionNotInDocumentTree = 1399,
|
| GetUserMediaPrefixed = 1400,
|
| GetUserMediaLegacy = 1401,
|
| GetUserMediaPromise = 1402,
|
|
|