Chromium Code Reviews| Index: runtime/lib/errors_patch.dart |
| =================================================================== |
| --- runtime/lib/errors_patch.dart (revision 25435) |
| +++ runtime/lib/errors_patch.dart (working copy) |
| @@ -7,8 +7,9 @@ |
| return Object._toString(object); |
| } |
| - // TODO(11680): implement stackTrace on Error. |
| - /* patch */ StackTrace get stackTrace => null; |
| + /* patch */ StackTrace get stackTrace => _stackTrace; |
| + |
| + StackTrace _stackTrace; |
| } |
| patch class NoSuchMethodError { |