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

Unified Diff: benchmarks/mojo_rtt_benchmark/lib/echo_server.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
« no previous file with comments | « no previous file | mojo/dart/apptests/test_apps/echo/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/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]) =>
« no previous file with comments | « no previous file | mojo/dart/apptests/test_apps/echo/lib/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698