Chromium Code Reviews| Index: sdk/lib/io/websocket.dart |
| diff --git a/sdk/lib/io/websocket.dart b/sdk/lib/io/websocket.dart |
| index a9e13c490853d96d863a736b1acd3324c4217c08..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. |