Chromium Code Reviews| Index: lib/core/errors.dart |
| diff --git a/lib/core/errors.dart b/lib/core/errors.dart |
| index 659810714f30d829a97fc67b27794ca590067029..4b2496392cdca165fd28ef321b006f78209faf7e 100644 |
| --- a/lib/core/errors.dart |
| +++ b/lib/core/errors.dart |
| @@ -98,5 +98,5 @@ class NoSuchMethodError implements Error { |
| return _objectToString(object); |
| } |
| - external static _objectToString(Object object); |
| + external static String _objectToString(Object object); |
| } |