Chromium Code Reviews| 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}
|
| } |
| } |