Chromium Code Reviews| Index: tools/ddbg.dart |
| diff --git a/tools/ddbg.dart b/tools/ddbg.dart |
| index 4a716205f83242a8c7c22b4e3e31c3190eede43b..e51516f5ca1f27924feaef638cb9072320ddf7b0 100644 |
| --- a/tools/ddbg.dart |
| +++ b/tools/ddbg.dart |
| @@ -62,7 +62,7 @@ void quitShell() { |
| } |
| -Future sendCmd(Map<String, Dynamic> cmd) { |
| +Future sendCmd(Map<String, dynamic> cmd) { |
| var completer = new Completer(); |
| int id = cmd["id"]; |
| outstandingCommands[id] = completer; |