Chromium Code Reviews| Index: runtime/bin/socket.dart |
| =================================================================== |
| --- runtime/bin/socket.dart (revision 1815) |
| +++ runtime/bin/socket.dart (working copy) |
| @@ -123,8 +123,7 @@ |
| class SocketIOException implements Exception { |
| - const SocketIOException([String message = ""]) |
| - : this.message = message; |
| + const SocketIOException([String this.message = ""]); |
| String toString() => "SocketIOException: $message"; |
| /* |