| Index: Source/web/WebViewImpl.cpp
|
| ===================================================================
|
| --- Source/web/WebViewImpl.cpp (revision 189482)
|
| +++ Source/web/WebViewImpl.cpp (working copy)
|
| @@ -147,6 +147,7 @@
|
| #include "web/NavigatorContentUtilsClientImpl.h"
|
| #include "web/PopupContainer.h"
|
| #include "web/PrerendererClientImpl.h"
|
| +#include "web/SpeechRecognitionClientProxy.h"
|
| #include "web/StorageQuotaClientImpl.h"
|
| #include "web/ValidationMessageClientImpl.h"
|
| #include "web/ViewportAnchor.h"
|
| @@ -425,6 +426,7 @@
|
|
|
| m_page = adoptPtrWillBeNoop(new Page(pageClients));
|
| MediaKeysController::provideMediaKeysTo(*m_page, &m_mediaKeysClientImpl);
|
| + provideSpeechRecognitionTo(*m_page, SpeechRecognitionClientProxy::create(client ? client->speechRecognizer() : 0));
|
| provideNavigatorContentUtilsTo(*m_page, NavigatorContentUtilsClientImpl::create(this));
|
|
|
| provideContextFeaturesTo(*m_page, ContextFeaturesClientImpl::create());
|
|
|