| Index: lib/compiler/implementation/tools/mini_parser.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/tools/mini_parser.dart (revision 13683)
|
| +++ lib/compiler/implementation/tools/mini_parser.dart (working copy)
|
| @@ -264,7 +264,7 @@
|
|
|
| void log(String message) {}
|
|
|
| - void cancel([String reason, node, token, instruction, element]) {
|
| + void cancel(String reason, {node, token, instruction, element}) {
|
| Token beginToken;
|
| Token endToken;
|
| if (token !== null) {
|
|
|