Chromium Code Reviews| Index: tools/ddbg.dart |
| =================================================================== |
| --- tools/ddbg.dart (revision 30956) |
| +++ tools/ddbg.dart (working copy) |
| @@ -121,7 +121,7 @@ |
| new ShowCommand() ]; |
| -Command matchCommand(String commandName, bool exactMatchWins) { |
| +List<Command> matchCommand(String commandName, bool exactMatchWins) { |
| List matches = []; |
| for (var command in commandList) { |
| if (command.name.startsWith(commandName)) { |