Chromium Code Reviews| Index: lib/compiler/implementation/dart_backend/placeholder_collector.dart |
| =================================================================== |
| --- lib/compiler/implementation/dart_backend/placeholder_collector.dart (revision 13754) |
| +++ lib/compiler/implementation/dart_backend/placeholder_collector.dart (working copy) |
| @@ -133,7 +133,7 @@ |
| } |
| } |
| - internalError(String reason, [Node node]) { |
| + internalError(String reason, {Node node}) { |
| collector.internalError(reason, node); |
| } |
| } |