| Index: sdk/lib/async/timer.dart
|
| diff --git a/sdk/lib/async/timer.dart b/sdk/lib/async/timer.dart
|
| index 415fd3cf8fb37edd037ae21209489c978af690bf..97f68983e31bb2bdcfbfa9afe50cb647f5b18464 100644
|
| --- a/sdk/lib/async/timer.dart
|
| +++ b/sdk/lib/async/timer.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:async";
|
| +part of dart.async;
|
|
|
| /**
|
| * A count-down timer that can be configured to fire once or repeatedly.
|
|
|