| Index: pkg/compiler/lib/src/core_types.dart
|
| diff --git a/pkg/compiler/lib/src/core_types.dart b/pkg/compiler/lib/src/core_types.dart
|
| index 1b71c2ee044f540e6e9d4df6ff0ec367f9b38843..3a90ade0bf25e107e39f0b78337948e00f577ef6 100644
|
| --- a/pkg/compiler/lib/src/core_types.dart
|
| +++ b/pkg/compiler/lib/src/core_types.dart
|
| @@ -42,6 +42,9 @@ abstract class CoreTypes {
|
| /// The `Type` type defined in 'dart:core'.
|
| InterfaceType get typeType;
|
|
|
| + /// The `StackTrace` type defined in 'dart:core';
|
| + InterfaceType get stackTraceType;
|
| +
|
| /// Returns an instance of the `List` type defined in 'dart:core' with
|
| /// [elementType] as its type argument.
|
| ///
|
|
|