Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index f3c093c2a37dbe3811c44b3143fb8eb487cd7611..be01436c4614197a6fff59bf61885cdca6b8cecb 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -133,7 +133,6 @@ |
#include "web/GraphicsLayerFactoryChromium.h" |
#include "web/LinkHighlight.h" |
#include "web/LocalFileSystemClient.h" |
-#include "web/MIDIClientProxy.h" |
#include "web/PopupContainer.h" |
#include "web/PrerendererClientImpl.h" |
#include "web/SpeechRecognitionClientProxy.h" |
@@ -410,7 +409,6 @@ WebViewImpl::WebViewImpl(WebViewClient* client) |
m_page = adoptPtrWillBeNoop(new Page(pageClients)); |
MediaKeysController::provideMediaKeysTo(*m_page, &m_mediaKeysClientImpl); |
- provideMIDITo(*m_page, MIDIClientProxy::create(client ? client->webMIDIClient() : 0)); |
provideSpeechRecognitionTo(*m_page, SpeechRecognitionClientProxy::create(client ? client->speechRecognizer() : 0)); |
provideNavigatorContentUtilsTo(*m_page, NavigatorContentUtilsClientImpl::create(this)); |