| Index: sdk/lib/async/future_impl.dart
|
| diff --git a/sdk/lib/async/future_impl.dart b/sdk/lib/async/future_impl.dart
|
| index 6ed41c9bfcd72d442fb126de1819cd0a8d839240..351e5b961e7ace93a1957013d1431d495c3ca809 100644
|
| --- a/sdk/lib/async/future_impl.dart
|
| +++ b/sdk/lib/async/future_impl.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;
|
|
|
| deprecatedFutureValue(_FutureImpl future) =>
|
| future._isComplete ? future._resultOrListeners : null;
|
|
|