| Index: sdk/lib/io/io.dart
|
| diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart
|
| index c066b3017307a3f0ff714b04079e37162d1afd8d..b3ca21445f7f438d521ec96269b363e8e1ea71bd 100644
|
| --- a/sdk/lib/io/io.dart
|
| +++ b/sdk/lib/io/io.dart
|
| @@ -232,11 +232,12 @@ part 'link.dart';
|
| part 'platform.dart';
|
| part 'platform_impl.dart';
|
| part 'process.dart';
|
| +part 'secure_server_socket.dart';
|
| +part 'secure_socket.dart';
|
| +part 'security_context.dart';
|
| part 'service_object.dart';
|
| part 'socket.dart';
|
| part 'stdio.dart';
|
| part 'string_transformer.dart';
|
| -part 'secure_socket.dart';
|
| -part 'secure_server_socket.dart';
|
| part 'websocket.dart';
|
| part 'websocket_impl.dart';
|
|
|