| Index: sdk/lib/isolate/timer.dart
|
| diff --git a/sdk/lib/isolate/timer.dart b/sdk/lib/isolate/timer.dart
|
| index 2826f31d4921b154bc2a53a72c7e3334c86b5f26..838348af1d884e2e3a488fd0d95e3d106a5b755a 100644
|
| --- a/sdk/lib/isolate/timer.dart
|
| +++ b/sdk/lib/isolate/timer.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.isolate;
|
| -
|
| abstract class Timer {
|
| /**
|
| * Creates a new timer. The [callback] callback is invoked after
|
|
|