| Index: benchmarks/mojo_rtt_benchmark/lib/isolate.dart
|
| diff --git a/benchmarks/mojo_rtt_benchmark/lib/isolate.dart b/benchmarks/mojo_rtt_benchmark/lib/isolate.dart
|
| index 668012e516b788b6529230c87721df08e7a33742..5df9cf9a87aef8e5549f4758296e203fd8929f5c 100644
|
| --- a/benchmarks/mojo_rtt_benchmark/lib/isolate.dart
|
| +++ b/benchmarks/mojo_rtt_benchmark/lib/isolate.dart
|
| @@ -95,7 +95,7 @@ class IsolateMessageApp extends Application {
|
| }
|
| }
|
|
|
| - void _errorHandler() {
|
| + void _errorHandler(Object e) {
|
| _doEcho = false;
|
| _receivePort.close();
|
| MojoHandle.reportLeakedHandles();
|
|
|