| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index b734fefd921d62a5cd3167a490ce17df12c925bb..e3b52303091eac1c8e1f15f867b050520e1621d3 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1510,7 +1510,7 @@ void WebLocalFrameImpl::setCoreFrame(LocalFrame* frame)
|
| if (RuntimeEnabledFeatures::presentationEnabled())
|
| PresentationController::provideTo(*m_frame, m_client ? m_client->presentationClient() : nullptr);
|
| if (RuntimeEnabledFeatures::audioOutputDevicesEnabled())
|
| - provideAudioOutputDeviceClientTo(*m_frame, AudioOutputDeviceClientImpl::create());
|
| + provideAudioOutputDeviceClientTo(*m_frame, AudioOutputDeviceClientImpl::create(*m_frame));
|
| if (RuntimeEnabledFeatures::installedAppEnabled())
|
| InstalledAppController::provideTo(*m_frame, m_client ? m_client->installedAppClient() : nullptr);
|
| }
|
|
|