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

Unified Diff: benchmarks/mojo_rtt_benchmark/lib/isolate.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 | « benchmarks/mojo_rtt_benchmark/lib/echo_server.dart ('k') | benchmarks/mojo_rtt_benchmark/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/isolate.dart
diff --git a/benchmarks/mojo_rtt_benchmark/lib/isolate.dart b/benchmarks/mojo_rtt_benchmark/lib/isolate.dart
index 668012e516b788b6529230c87721df08e7a33742..5df9cf9a87aef8e5549f4758296e203fd8929f5c 100644
--- a/benchmarks/mojo_rtt_benchmark/lib/isolate.dart
+++ b/benchmarks/mojo_rtt_benchmark/lib/isolate.dart
@@ -95,7 +95,7 @@ class IsolateMessageApp extends Application {
}
}
- void _errorHandler() {
+ void _errorHandler(Object e) {
_doEcho = false;
_receivePort.close();
MojoHandle.reportLeakedHandles();
« no previous file with comments | « benchmarks/mojo_rtt_benchmark/lib/echo_server.dart ('k') | benchmarks/mojo_rtt_benchmark/lib/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698