| Index: sdk/lib/io/eventhandler.dart
|
| diff --git a/sdk/lib/io/eventhandler.dart b/sdk/lib/io/eventhandler.dart
|
| index 003c3ed23b9e1811f1576fb9c6afe05e42c56582..f925b01130d35461394db9ac14a48a3bbfbd8322 100644
|
| --- a/sdk/lib/io/eventhandler.dart
|
| +++ b/sdk/lib/io/eventhandler.dart
|
| @@ -2,8 +2,6 @@
|
| // 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;
|
| -
|
| class _EventHandler {
|
| external static void _start();
|
| external static _sendData(Object sender, ReceivePort receivePort, int data);
|
|
|