| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index 93cad17268acecd112b8f6d786a26fc23d724d76..3f06b58793220480d55d98bcb637ce192a0dfb87 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -712,6 +712,9 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case ShadowRootApplyAuthorStyles:
|
| return "'ShadowRoot.applyAuthorStyles' is deprecated.";
|
|
|
| + case PrefixedSpeechAttribute:
|
| + return "The 'x-webkit-speech' input field attribute is deprecated. Please use the JavaScript API instead.";
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|