| Index: Source/core/frame/UseCounter.cpp | 
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp | 
| index 2a20459a504862eff4c069fba82bea17c0277c94..fb3168af9f7775950c8d6d217dce892910a9aa5c 100644 | 
| --- a/Source/core/frame/UseCounter.cpp | 
| +++ b/Source/core/frame/UseCounter.cpp | 
| @@ -972,6 +972,9 @@ String UseCounter::deprecationMessage(Feature feature) | 
| case FetchAPIRequestContext: | 
| return "Request.context is deprecated and will be removed in M46 (see: https://www.chromestatus.com/feature/5534702526005248)."; | 
|  | 
| +    case HeaderValueNotMatchingRFC7230: | 
| +        return "Header values not matching to RFC 7230, will be deprecated (see: https://www.chromestatus.com/feature/6457425448140800)."; | 
| + | 
| // Features that aren't deprecated don't have a deprecation message. | 
| default: | 
| return String(); | 
|  |