Index: sdk/lib/isolate/timer.dart |
diff --git a/sdk/lib/isolate/timer.dart b/sdk/lib/isolate/timer.dart |
index 838348af1d884e2e3a488fd0d95e3d106a5b755a..2826f31d4921b154bc2a53a72c7e3334c86b5f26 100644 |
--- a/sdk/lib/isolate/timer.dart |
+++ b/sdk/lib/isolate/timer.dart |
@@ -2,6 +2,8 @@ |
// 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 |