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