| 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 9a5a774af9dad9a33cef016c1ed42f934d46d74e..dd8b614a529615ca818a15ef256507f01cec7f52 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1435,6 +1435,9 @@ class CORE_EXPORT UseCounter {
|
| V8AssigmentExpressionLHSIsCallInStrict = 1765,
|
| V8PromiseConstructorReturnedUndefined = 1766,
|
| FormSubmittedWithUnclosedFormControl = 1767,
|
| + DocumentCompleteURLContainingNewline = 1768,
|
| + DocumentCompleteURLContainingOpenBrace = 1769,
|
| + DocumentCompleteURLContainingNewlineAndOpenBrace = 1770,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|