| Index: sdk/lib/_internal/lib/core_patch.dart
|
| diff --git a/sdk/lib/_internal/lib/core_patch.dart b/sdk/lib/_internal/lib/core_patch.dart
|
| index 9d44abf4701f3711f13fa9286cd7a2f994892c83..73063750d38d7a3851512949c434b3ff417fae14 100644
|
| --- a/sdk/lib/_internal/lib/core_patch.dart
|
| +++ b/sdk/lib/_internal/lib/core_patch.dart
|
| @@ -114,12 +114,13 @@ patch class Error {
|
| patch static String _objectToString(Object object) {
|
| return Primitives.objectToString(object);
|
| }
|
| +}
|
|
|
| - // TODO(11681): implement stackTrace in error object.
|
| +patch class StackTraceOnThrow {
|
| + // TODO(11681): implement stackTrace on thrown Error.
|
| patch StackTrace get stackTrace => null;
|
| }
|
|
|
| -
|
| // Patch for DateTime implementation.
|
| patch class DateTime {
|
| patch DateTime._internal(int year,
|
|
|