Chromium Code Reviews| Index: mojo/shell/context.cc |
| diff --git a/mojo/shell/context.cc b/mojo/shell/context.cc |
| index 2eb130a3bbde848c6380b47cb850dcc952d92903..bb20c242009bc5c72ce4fc062c559f7be47719e0 100644 |
| --- a/mojo/shell/context.cc |
| +++ b/mojo/shell/context.cc |
| @@ -22,6 +22,7 @@ Context::Context() |
| system::CoreImpl::Init(); |
| gles2::GLES2Impl::Init(); |
| BindingsSupport::Set(&bindings_support_impl_); |
| + service_manager_.reset(new ServiceManager(this)); |
| } |
| Context::~Context() { |