| Index: sdk/lib/async/async_error.dart
|
| diff --git a/sdk/lib/async/async_error.dart b/sdk/lib/async/async_error.dart
|
| index aad80b7f8b5a2c818e954ca4c49cf75f45c3f0f6..065630d52446fa58646cc3984c5236ac6b1bbcfa 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;
|
|
|
| /**
|
| * Error result of an asynchronous computation.
|
|
|