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