| Index: runtime/bin/socket_impl.dart
|
| diff --git a/runtime/bin/socket_impl.dart b/runtime/bin/socket_impl.dart
|
| index d578d04bb1e85f83aa74f54f1262a69874cdb8bb..ca0a718f7a8cdfb73b4008b14cd0aa51fdc3c2dd 100644
|
| --- a/runtime/bin/socket_impl.dart
|
| +++ b/runtime/bin/socket_impl.dart
|
| @@ -2,10 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -/*
|
| - * SocketNativeWrapper is defined in native and holds a field to store the
|
| - * native socket object.
|
| - */
|
| +
|
| class _SocketBase {
|
|
|
| /*
|
|
|