Index: sdk/lib/async/zone.dart |
diff --git a/sdk/lib/async/zone.dart b/sdk/lib/async/zone.dart |
index 1507754bbdffb65ccba4864a454745cf7f9d2d66..573603627f24ad056ffbb04ce72c4feeaded51d2 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 "dart:async"; |
+part of dart.async; |
typedef R ZoneCallback<R>(); |
typedef R ZoneUnaryCallback<R, T>(T arg); |