| Index: sdk/lib/async/async_error.dart
|
| diff --git a/sdk/lib/async/async_error.dart b/sdk/lib/async/async_error.dart
|
| index fd2bc292e91b91617344de9d80de467a81b24c31..f26a2e58ea23e18aff26964b9f41d7af2b53a658 100644
|
| --- a/sdk/lib/async/async_error.dart
|
| +++ b/sdk/lib/async/async_error.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";
|
|
|
| _invokeErrorHandler(
|
| Function errorHandler, Object error, StackTrace stackTrace) {
|
|
|