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

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

Issue 1964193002: Dart: Refactors Proxies (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Address comments 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 | examples/dart/camera_roll/lib/main.dart » ('j') | 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 8c4e85f38c722c5656b42af856478be647c348d9..6a3e760242ad3e3c2a17047de239d33986eb1383 100644
--- a/benchmarks/mojo_rtt_benchmark/lib/main.dart
+++ b/benchmarks/mojo_rtt_benchmark/lib/main.dart
@@ -96,7 +96,7 @@ class EchoTracingApp extends Application {
}
Future _echo(int idx, String s) {
- return _echoProxies[idx].ptr.echoString(s);
+ return _echoProxies[idx].echoString(s);
}
_errorHandler(Object e) {
« no previous file with comments | « no previous file | examples/dart/camera_roll/lib/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698