Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(697)

Unified Diff: benchmarks/mojo_rtt_benchmark/lib/main.dart

Issue 1991843002: Dart: Fixes rtt benchmark (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: benchmarks/mojo_rtt_benchmark/lib/main.dart
diff --git a/benchmarks/mojo_rtt_benchmark/lib/main.dart b/benchmarks/mojo_rtt_benchmark/lib/main.dart
index 6a3e760242ad3e3c2a17047de239d33986eb1383..8d1f1e00116dc444639f97ccfaa4c1bdc7a814d6 100644
--- a/benchmarks/mojo_rtt_benchmark/lib/main.dart
+++ b/benchmarks/mojo_rtt_benchmark/lib/main.dart
@@ -47,7 +47,7 @@ class EchoTracingApp extends Application {
// Setup the connection to the echo app.
for (int i = 0; i < _numClients; i++) {
var newProxy = new EchoProxy.unbound();
- newProxy.errorFuture.then((e) {
+ newProxy.ctrl.errorFuture.then((e) {
_errorHandler(e);
});
connectToService(echoUrl, newProxy);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698