Index: runtime/lib/errors_patch.dart |
diff --git a/runtime/lib/errors_patch.dart b/runtime/lib/errors_patch.dart |
index bf0405922f5d7bcce314b3ff7c117fcf186fe3e5..654dfa3e902cab73308ac45101c5ab2ae0c2af49 100644 |
--- a/runtime/lib/errors_patch.dart |
+++ b/runtime/lib/errors_patch.dart |
@@ -2,6 +2,9 @@ |
// 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); |
@@ -203,7 +206,6 @@ class _InternalError { |
// that no information is available. |
final int _invocation_type; |
- @patch |
NoSuchMethodError(Object this._receiver, |
Symbol this._memberName, |
List this._arguments, |