| Index: sdk/lib/async/schedule_microtask.dart
|
| diff --git a/sdk/lib/async/schedule_microtask.dart b/sdk/lib/async/schedule_microtask.dart
|
| index 8db363a1314a20bcd160a5dc87261802d296242b..f62b93abb60117956db0885ef2420c21cd0ae9f7 100644
|
| --- a/sdk/lib/async/schedule_microtask.dart
|
| +++ b/sdk/lib/async/schedule_microtask.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 "async.dart";
|
| +part of dart.async;
|
|
|
| typedef void _AsyncCallback();
|
|
|
|
|