| Index: runtime/lib/errors_patch.dart
|
| diff --git a/runtime/lib/errors_patch.dart b/runtime/lib/errors_patch.dart
|
| index 654dfa3e902cab73308ac45101c5ab2ae0c2af49..bf0405922f5d7bcce314b3ff7c117fcf186fe3e5 100644
|
| --- a/runtime/lib/errors_patch.dart
|
| +++ b/runtime/lib/errors_patch.dart
|
| @@ -2,9 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import 'dart:_internal' as internal;
|
| -import 'dart:convert' show JSON;
|
| -
|
| @patch class Error {
|
| @patch static String _objectToString(Object object) {
|
| return Object._toString(object);
|
| @@ -206,6 +203,7 @@ class _InternalError {
|
| // that no information is available.
|
| final int _invocation_type;
|
|
|
| + @patch
|
| NoSuchMethodError(Object this._receiver,
|
| Symbol this._memberName,
|
| List this._arguments,
|
|
|