| Index: pkg/compiler/lib/src/scanner/array_based_scanner.dart
|
| diff --git a/pkg/compiler/lib/src/scanner/array_based_scanner.dart b/pkg/compiler/lib/src/scanner/array_based_scanner.dart
|
| index 85e3a3c14799839893bd8b3907c26bfe8e0a9c40..457be848cded250cb47864569f3479eac17c3638 100644
|
| --- a/pkg/compiler/lib/src/scanner/array_based_scanner.dart
|
| +++ b/pkg/compiler/lib/src/scanner/array_based_scanner.dart
|
| @@ -5,9 +5,8 @@
|
| part of scanner;
|
|
|
| abstract class ArrayBasedScanner extends AbstractScanner {
|
| - ArrayBasedScanner(SourceFile file, bool includeComments,
|
| - bool enableNullAwareOperators)
|
| - : super(file, includeComments, enableNullAwareOperators);
|
| + ArrayBasedScanner(SourceFile file, bool includeComments)
|
| + : super(file, includeComments);
|
|
|
| /**
|
| * The stack of open groups, e.g [: { ... ( .. :]
|
|
|