| Index: services/dart/test/pingpong/main.dart
|
| diff --git a/services/dart/test/pingpong/main.dart b/services/dart/test/pingpong/main.dart
|
| index 01dd1cb95cce6bd5b101c3a4da5d7c214bbc850f..9b04761c0ffc61254926e4ad3d9ff53440643838 100644
|
| --- a/services/dart/test/pingpong/main.dart
|
| +++ b/services/dart/test/pingpong/main.dart
|
| @@ -114,7 +114,9 @@ class PingPongServiceImpl implements PingPongService {
|
| class PingPongApplication extends Application {
|
| PingPongApplication.fromHandle(MojoHandle handle) : super.fromHandle(handle);
|
|
|
| - void acceptConnection(String requestorUrl, ApplicationConnection connection) {
|
| + @override
|
| + void acceptConnection(String requestorUrl, String resolvedUrl,
|
| + ApplicationConnection connection) {
|
| connection.provideService(PingPongServiceName,
|
| (endpoint) => new PingPongServiceImpl(this, endpoint));
|
| connection.listen();
|
|
|