| Index: sky/shell/ui/engine.cc
|
| diff --git a/sky/shell/ui/engine.cc b/sky/shell/ui/engine.cc
|
| index 75991d0a79d26bea109bdcf7d9f1d0deb22b9f7e..62d3f5b98d94ebb8b7cf920164483ae68a6c9ea5 100644
|
| --- a/sky/shell/ui/engine.cc
|
| +++ b/sky/shell/ui/engine.cc
|
| @@ -80,7 +80,7 @@ void Engine::Init(ServiceProviderContext* service_provider_context) {
|
| mojo::ConnectToService(service_provider.get(), &network_service);
|
|
|
| DCHECK(!g_platform_impl);
|
| - g_platform_impl = new PlatformImpl(network_service.Pass());
|
| + g_platform_impl = new PlatformImpl();
|
| blink::initialize(g_platform_impl);
|
| }
|
|
|
|
|