Chromium Code Reviews| Index: runtime/vm/service/client.dart |
| =================================================================== |
| --- runtime/vm/service/client.dart (revision 39330) |
| +++ runtime/vm/service/client.dart (working copy) |
| @@ -34,7 +34,7 @@ |
| } |
| /// When implementing, responsible for sending [response] to the client. |
| - void post(var seq, String response); |
| + void post(var seq, dynamic response); |
| dynamic toJson() { |
| return { |