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

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

Issue 240153003: Remove the HTMLSourceElement.media IDL attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test Created 6 years, 8 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
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/html/HTMLSourceElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index 91eeae06346da37f909bfe589f84942849756010..1ec69d09fe46ea51358f670ba5e05f4c20b3c71d 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -692,9 +692,6 @@ String UseCounter::deprecationMessage(Feature feature)
case MediaErrorEncrypted:
return "'MediaError.MEDIA_ERR_ENCRYPTED' is deprecated. This error code is never used.";
- case HTMLSourceElementMedia:
- return "'HTMLSourceElement.media' is deprecated. This attribute doesn't do anything.";
-
case PrefixedSpeechAttribute:
return "The 'x-webkit-speech' input field attribute is deprecated. Please use the JavaScript API instead.";
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/html/HTMLSourceElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698