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

Unified Diff: services/dart/test/pingpong/lib/main.dart

Issue 1414483010: Dart: Use a RawReceivePort to receive events for Mojo handles. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « services/dart/test/echo/lib/main.dart ('k') | services/dart/test/pingpong_target/lib/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/test/pingpong/lib/main.dart
diff --git a/services/dart/test/pingpong/lib/main.dart b/services/dart/test/pingpong/lib/main.dart
index f14f9cf4c7a51de451ff9a4c05c544069c143b37..baa8c46297b74b4e9c4503f69a780680edf68095 100644
--- a/services/dart/test/pingpong/lib/main.dart
+++ b/services/dart/test/pingpong/lib/main.dart
@@ -120,7 +120,7 @@ main(List args) {
MojoHandle appHandle = new MojoHandle(args[0]);
String url = args[1];
new PingPongApplication.fromHandle(appHandle)
- ..onError = (() {
+ ..onError = ((_) {
MojoHandle.reportLeakedHandles();
});
}
« no previous file with comments | « services/dart/test/echo/lib/main.dart ('k') | services/dart/test/pingpong_target/lib/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698