Index: sdk/lib/io/websocket.dart |
diff --git a/sdk/lib/io/websocket.dart b/sdk/lib/io/websocket.dart |
index 34c92dc78788c2e051972b3896213485f327cdcd..0c1c476b848b69296a1142240c95b0ff03cb7a8b 100644 |
--- a/sdk/lib/io/websocket.dart |
+++ b/sdk/lib/io/websocket.dart |
@@ -2,6 +2,8 @@ |
// 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. |
+part of dart.io; |
+ |
/** |
* Web socket status codes used when closing a web socket connection. |
*/ |