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..a612553d40b638ac7449f68b15c6f4a04b428fd9 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 for wait on $h"; |
} |
} |