| Index: pkg/compiler/lib/src/helpers/trace.dart
|
| diff --git a/pkg/compiler/lib/src/helpers/trace.dart b/pkg/compiler/lib/src/helpers/trace.dart
|
| index 021ba97fd92e01bb96972ed913243e42df47960d..49c93240d0be56ffa27360925a116efdd8c0bc9e 100644
|
| --- a/pkg/compiler/lib/src/helpers/trace.dart
|
| +++ b/pkg/compiler/lib/src/helpers/trace.dart
|
| @@ -102,7 +102,6 @@ StackTraceLines stackTrace({int offset: 1, int limit: null}) {
|
| rangeEnd: rangeEnd,
|
| filePrefix: stackTraceFilePrefix);
|
| }
|
| - return null;
|
| }
|
|
|
| /// A stack trace as a sequence of [StackTraceLine]s.
|
|
|