| 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..53002dce021efb0f6affa71427038229614f06dc 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) {
|
|
|