Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: Source/core/frame/UseCounter.cpp

Issue 163103002: Mark the x-webkit-speech input element attribute as deprecated (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Trying to fix CRLF issue Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « LayoutTests/platform/mac/fast/speech/speech-bidi-rendering-expected.txt ('k') | Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698