Chromium Code Reviews| Index: examples/dart/hello_world/hello/lib/main.dart |
| diff --git a/examples/dart/hello_world/hello/lib/main.dart b/examples/dart/hello_world/hello/lib/main.dart |
| index eb1f7680bf5122e3cef602cf4fb756ddc917631c..19c0e0e72a115ff9603c7fa79f960932c6eddcaa 100644 |
| --- a/examples/dart/hello_world/hello/lib/main.dart |
| +++ b/examples/dart/hello_world/hello/lib/main.dart |
| @@ -29,7 +29,7 @@ class Hello extends Application { |
| // app has a chance to come up. Instead, we wait to close this app until |
| // the "world" app comes up, does its print, and closes its end of the |
| // connection. |
| - c.onError = closeApplication; |
| + c.remoteServiceProvider.impl.onError = closeApplication; |
|
viettrungluu
2016/05/09 19:19:46
Since we no longer provide exposed_services, we ca
zra
2016/05/09 21:12:12
I don't think there's a better way to do this righ
|
| } |
| Future closeApplication(e) async { |