Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index 7e1c8309e0c5f7b64c3268c04c8f6a79ff3a3c68..8ec173519ee591dcf7317ec8aa6fde6be9e70767 100644 |
--- a/Source/core/testing/Internals.cpp |
+++ b/Source/core/testing/Internals.cpp |
@@ -110,11 +110,6 @@ |
#include "core/platform/graphics/filters/FilterOperations.h" |
#include "core/rendering/RenderLayerBacking.h" |
-#if ENABLE(ENCRYPTED_MEDIA_V2) |
-#include "core/testing/MockCDM.h" |
-#include "modules/encryptedmedia/CDM.h" |
-#endif |
- |
#include "core/platform/mock/PlatformSpeechSynthesizerMock.h" |
#include "modules/speech/DOMWindowSpeechSynthesis.h" |
#include "modules/speech/SpeechSynthesis.h" |
@@ -1879,13 +1874,6 @@ void Internals::forceReload(bool endToEnd) |
frame()->loader()->reload(endToEnd); |
} |
-#if ENABLE(ENCRYPTED_MEDIA_V2) |
-void Internals::initializeMockCDM() |
-{ |
- CDM::registerCDMFactory(MockCDM::create, MockCDM::supportsKeySytem); |
-} |
-#endif |
- |
String Internals::markerTextForListItem(Element* element, ExceptionCode& ec) |
{ |
if (!element) { |