| Index: sdk/lib/async/deferred_load.dart
|
| diff --git a/sdk/lib/async/deferred_load.dart b/sdk/lib/async/deferred_load.dart
|
| index 43982ce58e14f866b794e533064f667b583634a9..a770071c8988d0f89c6a316fbac207a44dbe0a22 100644
|
| --- a/sdk/lib/async/deferred_load.dart
|
| +++ b/sdk/lib/async/deferred_load.dart
|
| @@ -34,13 +34,10 @@ class DeferredLibrary {
|
| /**
|
| * Ensure that [libraryName] has been loaded.
|
| *
|
| - * The value of the returned future is true if this invocation of
|
| - * [load] caused the library to be loaded.
|
| - *
|
| * If the library fails to load, the Future will complete with a
|
| * DeferredLoadException.
|
| */
|
| - external Future<bool> load();
|
| + external Future<Null> load();
|
| }
|
|
|
| /**
|
|
|