Chromium Code Reviews| Index: samples/chat/chat_server_lib.dart |
| =================================================================== |
| --- samples/chat/chat_server_lib.dart (revision 13754) |
| +++ samples/chat/chat_server_lib.dart (working copy) |
| @@ -224,8 +224,8 @@ |
| ChatServerCommand.start(String this._host, |
| int this._port, |
| - [int backlog = 5, |
| - bool logging = false]) |
| + {int backlog: 5, |
| + bool logging: false}) |
| : _command = START, _backlog = backlog, _logging = logging; |
| ChatServerCommand.stop() : _command = STOP; |