| Index: runtime/lib/errors_patch.dart
|
| diff --git a/runtime/lib/errors_patch.dart b/runtime/lib/errors_patch.dart
|
| index c85a76929239fde81820c6e9ce55eb7bf54a8967..898f7f6abe52bd2c4dfdbb1b1813ad3653d8de0c 100644
|
| --- a/runtime/lib/errors_patch.dart
|
| +++ b/runtime/lib/errors_patch.dart
|
| @@ -232,10 +232,10 @@ class _InternalError {
|
|
|
| // This constructor seems to be called with either strings or
|
| // values read from another NoSuchMethodError.
|
| - NoSuchMethodError._withType(Object this._receiver,
|
| + NoSuchMethodError._withType(this._receiver,
|
| /*String|Symbol*/ memberName,
|
| this._invocation_type,
|
| - List this._arguments,
|
| + this._arguments,
|
| Map<dynamic, dynamic> namedArguments,
|
| [List existingArgumentNames = null])
|
| : this._memberName =
|
|
|