| Index: sdk/lib/async/zone.dart
|
| diff --git a/sdk/lib/async/zone.dart b/sdk/lib/async/zone.dart
|
| index a44cc717112f05ed5691c8772f75fd5267805c1a..6ed22ec6d235b2e82a19ca38b14767b841f55cc0 100644
|
| --- a/sdk/lib/async/zone.dart
|
| +++ b/sdk/lib/async/zone.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 R ZoneCallback<R>();
|
| typedef R ZoneUnaryCallback<R, T>(T arg);
|
|
|