| Index: mojo/system/core_impl.cc
|
| diff --git a/mojo/system/core_impl.cc b/mojo/system/core_impl.cc
|
| index 0d7a907c924d24f3ce28ef0d8cb02c06443795d5..304e49e7d8f9e5963c558a8318328d2e606ff591 100644
|
| --- a/mojo/system/core_impl.cc
|
| +++ b/mojo/system/core_impl.cc
|
| @@ -82,12 +82,8 @@ CoreImpl::HandleTableEntry::~HandleTableEntry() {
|
| }
|
|
|
| // static
|
| -CoreImpl* CoreImpl::singleton_ = NULL;
|
| -
|
| -// static
|
| void CoreImpl::Init() {
|
| - CHECK(!singleton_);
|
| - singleton_ = new CoreImpl();
|
| + Core::Init(new CoreImpl());
|
| }
|
|
|
| MojoResult CoreImpl::Close(MojoHandle handle) {
|
|
|