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