| Index: dart/sdk/lib/_internal/lib/core_patch.dart
|
| diff --git a/dart/sdk/lib/_internal/lib/core_patch.dart b/dart/sdk/lib/_internal/lib/core_patch.dart
|
| index b256d0f2c7de2f51c291115da3fb8b2bf9fbcd54..207800aa34450eeb2f7356adccb315b55f025d8b 100644
|
| --- a/dart/sdk/lib/_internal/lib/core_patch.dart
|
| +++ b/dart/sdk/lib/_internal/lib/core_patch.dart
|
| @@ -115,11 +115,9 @@ patch class Error {
|
| return Primitives.objectToString(object);
|
| }
|
|
|
| - // TODO(11681): implement stackTrace in error object.
|
| - patch StackTrace get stackTrace => null;
|
| + patch StackTrace get stackTrace => Primitives.extractStackTrace(this);
|
| }
|
|
|
| -
|
| // Patch for DateTime implementation.
|
| patch class DateTime {
|
| patch DateTime._internal(int year,
|
|
|