| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index c6726a1706260f92ac9783fc4249104f410be0b2..8664b483643c9c271035fcedca1a0581b03447d3 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -398,8 +398,9 @@ WebViewImpl::WebViewImpl(WebViewClient* client,
|
| m_page = Page::createOrdinary(pageClients);
|
| MediaKeysController::provideMediaKeysTo(*m_page, &m_mediaKeysClientImpl);
|
| provideSpeechRecognitionTo(
|
| - *m_page, SpeechRecognitionClientProxy::create(
|
| - client ? client->speechRecognizer() : nullptr));
|
| + *m_page,
|
| + SpeechRecognitionClientProxy::create(client ? client->speechRecognizer()
|
| + : nullptr));
|
| provideContextFeaturesTo(*m_page, ContextFeaturesClientImpl::create());
|
| provideDatabaseClientTo(*m_page, DatabaseClientImpl::create());
|
|
|
|
|