| Index: benchmarks/mojo_rtt_benchmark/lib/echo_server.dart
|
| diff --git a/benchmarks/mojo_rtt_benchmark/lib/echo_server.dart b/benchmarks/mojo_rtt_benchmark/lib/echo_server.dart
|
| index c2422554c611fec5f162e1d4831bcbd529596f75..b9053056bd7c108371836bce68b06445cd863db7 100644
|
| --- a/benchmarks/mojo_rtt_benchmark/lib/echo_server.dart
|
| +++ b/benchmarks/mojo_rtt_benchmark/lib/echo_server.dart
|
| @@ -15,7 +15,7 @@ class EchoImpl implements Echo {
|
|
|
| EchoImpl(this._application, MojoMessagePipeEndpoint endpoint) {
|
| _stub = new EchoStub.fromEndpoint(endpoint, this);
|
| - _stub.onError = _errorHandler;
|
| + _stub.ctrl.onError = _errorHandler;
|
| }
|
|
|
| echoString(String value, [Function responseFactory]) =>
|
|
|