| Index: third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| index 639633f8385ed271495f4caa137a3b506bb8145b..8bb12b520ce7ecf05683b7470b138fe258ad0dea 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -370,6 +370,9 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::EncryptedMediaAllSelectedContentTypesMissingCodecs:
|
| return "contentType strings without codecs will not be supported by requestMediaKeySystemAccess() in the future. Please specify the desired codec(s) as part of the contentType.";
|
|
|
| + case UseCounter::V8KeyboardEvent_KeyIdentifier_AttributeGetter:
|
| + return willBeRemoved("'KeyboardEvent.keyIdentifier'", 53, "5316065118650368");
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|