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

Unified Diff: mojo/public/dart/src/handle.dart

Issue 998693004: Enable dartanalyze warnings. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT Created 5 years, 9 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/public/dart/src/handle.dart
diff --git a/mojo/public/dart/src/handle.dart b/mojo/public/dart/src/handle.dart
index 298ed1df090afe8122a388ee3c5703e39f6d44bd..68519ae49418ab46e0acb96f28807a149b03b400 100644
--- a/mojo/public/dart/src/handle.dart
+++ b/mojo/public/dart/src/handle.dart
@@ -44,7 +44,7 @@ class MojoHandle {
return false;
default:
// Should be unreachable.
- throw "Unexpected result $res for wait on $h";
+ throw "Unexpected result $mwr.result for wait on $h";
zra 2015/03/11 18:38:05 Either $mwr or ${mwr.result}
}
}

Powered by Google App Engine
This is Rietveld 408576698