Index: Source/core/html/HTMLMediaElement.cpp |
diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp |
index 55fe318b23eea679d5f2c41fd8234f17eb74664d..06c08ee0420b0fea033c59a1905fb7e82508521f 100644 |
--- a/Source/core/html/HTMLMediaElement.cpp |
+++ b/Source/core/html/HTMLMediaElement.cpp |
@@ -709,9 +709,6 @@ HTMLMediaElement::NetworkState HTMLMediaElement::networkState() const |
String HTMLMediaElement::canPlayType(const String& mimeType, const String& keySystem) const |
{ |
- if (!keySystem.isNull()) |
- UseCounter::countDeprecation(document(), UseCounter::CanPlayTypeKeySystem); |
- |
WebMimeRegistry::SupportsType support = supportsType(ContentType(mimeType), keySystem); |
String canPlay; |