Index: Source/modules/encryptedmedia/MediaKeys.h |
diff --git a/Source/modules/encryptedmedia/MediaKeys.h b/Source/modules/encryptedmedia/MediaKeys.h |
index 22914aeacef87ec46b4fbcc7f35589c422ca2f9e..6c653a5e16ed4d0ecc6022ed4cfc8085976d492b 100644 |
--- a/Source/modules/encryptedmedia/MediaKeys.h |
+++ b/Source/modules/encryptedmedia/MediaKeys.h |
@@ -57,6 +57,9 @@ public: |
ScriptPromise setServerCertificate(ScriptState*, const DOMArrayPiece& serverCertificate); |
+ // FIXME: Remove this method since it's not in the spec anymore. |
+ static bool isTypeSupported(const String& keySystem, const String& contentType); |
+ |
blink::WebContentDecryptionModule* contentDecryptionModule(); |
void trace(Visitor*); |