| Index: sdk/lib/_internal/compiler/implementation/scanner/token.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/scanner/token.dart b/sdk/lib/_internal/compiler/implementation/scanner/token.dart
|
| index bda4b762989a89c118a0a4b6e0759e23f272330f..53a1f086db142e140c6d18983a936288f001add6 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/scanner/token.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/scanner/token.dart
|
| @@ -99,7 +99,7 @@ class Token implements Spannable {
|
| */
|
| Token next;
|
|
|
| - Token(PrecedenceInfo this.info, int this.charOffset);
|
| + Token(this.info, this.charOffset);
|
|
|
| get value => info.value;
|
|
|
|
|