Index: sdk/lib/io/websocket.dart |
diff --git a/sdk/lib/io/websocket.dart b/sdk/lib/io/websocket.dart |
index d3dce721839645186dd7f12b4fd51338029c74de..a9e13c490853d96d863a736b1acd3324c4217c08 100644 |
--- a/sdk/lib/io/websocket.dart |
+++ b/sdk/lib/io/websocket.dart |
@@ -2,7 +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. |
-part of "io.dart"; |
+part of dart.io; |
/** |
* WebSocket status codes used when closing a WebSocket connection. |