Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index 4ef34b846abef92a4b0b709e67965e859719a7b2..e559b55f905ef180aae1a1503a1f7f90ee429e65 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -619,10 +619,6 @@ String UseCounter::deprecationMessage(Feature feature) |
case PrefixedContentSecurityPolicyReportOnly: |
return "The 'X-WebKit-CSP' headers are no longer supported. Please consider using the canonical 'Content-Security-Policy' header instead."; |
- // HTMLMediaElement |
- case PrefixedMediaGenerateKeyRequest: |
- return "'HTMLMediaElement.webkitGenerateKeyRequest()' is deprecated. Please use 'MediaKeys.createSession()' instead."; |
- |
// Quota |
case StorageInfo: |
return "'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead."; |