| 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 79a4776605e7b52515a2f4714363c55fc862a4a8..90e40feab32f2c52355bf365ece0a7432fd7425a 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1285,6 +1285,7 @@ public:
|
| MetaRefresh = 1548,
|
| MetaSetCookieWhenCSPBlocksInlineScript = 1549,
|
| MetaRefreshWhenCSPBlocksInlineScript = 1550,
|
| + ScriptInvalidTypeOrLanguage = 1551,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|