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

Unified Diff: mojo/dart/apptests/test_apps/echo/lib/main.dart

Issue 1983453002: Dart: Refactor Stubs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Merge 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
Index: mojo/dart/apptests/test_apps/echo/lib/main.dart
diff --git a/mojo/dart/apptests/test_apps/echo/lib/main.dart b/mojo/dart/apptests/test_apps/echo/lib/main.dart
index 76ad19668b33036fc92569476b3dba9bc56dcd9a..9f8cb8d6a32e391647ab86ae341a7cf082cb02bc 100644
--- a/mojo/dart/apptests/test_apps/echo/lib/main.dart
+++ b/mojo/dart/apptests/test_apps/echo/lib/main.dart
@@ -45,7 +45,7 @@ class EchoServiceImpl implements EchoService {
// It is not allowed to do an unbind in the midst of handling an event, so
// it is delayed until popping back out to the event loop.
Timer.run(() {
- final endpoint = stub.unbind();
+ final endpoint = stub.ctrl.unbind();
new EchoServiceImpl(app, endpoint);
});
}
« no previous file with comments | « benchmarks/mojo_rtt_benchmark/lib/echo_server.dart ('k') | mojo/dart/apptests/test_apps/pingpong/lib/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698