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."; |