| Index: content/renderer/media/media_devices_event_dispatcher.cc
|
| diff --git a/content/renderer/media/media_devices_event_dispatcher.cc b/content/renderer/media/media_devices_event_dispatcher.cc
|
| index e0bce9afa3a365bc46e5c3f3edd1b7891b178b35..6c4e0f19937473a11453cd31fff624bc9938c102 100644
|
| --- a/content/renderer/media/media_devices_event_dispatcher.cc
|
| +++ b/content/renderer/media/media_devices_event_dispatcher.cc
|
| @@ -121,7 +121,7 @@ const ::mojom::MediaDevicesDispatcherHostPtr&
|
| MediaDevicesEventDispatcher::GetMediaDevicesDispatcher() {
|
| if (!media_devices_dispatcher_) {
|
| render_frame()->GetRemoteInterfaces()->GetInterface(
|
| - mojo::GetProxy(&media_devices_dispatcher_));
|
| + mojo::MakeRequest(&media_devices_dispatcher_));
|
| }
|
|
|
| return media_devices_dispatcher_;
|
|
|