| Index: content/child/child_thread_impl.cc
|
| diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
|
| index 6f7360358daae3d50a0eaaa168e18618227b1be3..8dc0e0be643c6ffe4ed65f04b740540572be1930 100644
|
| --- a/content/child/child_thread_impl.cc
|
| +++ b/content/child/child_thread_impl.cc
|
| @@ -635,7 +635,7 @@ MojoShellConnection* ChildThreadImpl::GetMojoShellConnection() {
|
|
|
| shell::InterfaceRegistry* ChildThreadImpl::GetInterfaceRegistry() {
|
| if (!interface_registry_.get())
|
| - interface_registry_.reset(new shell::InterfaceRegistry(nullptr));
|
| + interface_registry_.reset(new shell::InterfaceRegistry);
|
| return interface_registry_.get();
|
| }
|
|
|
|
|