| Index: sdk/lib/_internal/lib/async_patch.dart
|
| diff --git a/sdk/lib/_internal/lib/async_patch.dart b/sdk/lib/_internal/lib/async_patch.dart
|
| index 06bd2a503d264be04dfc88edcc5d310c15ff07b8..aa1c34239cdc1f132d884f8474002edde3c3e956 100644
|
| --- a/sdk/lib/_internal/lib/async_patch.dart
|
| +++ b/sdk/lib/_internal/lib/async_patch.dart
|
| @@ -33,7 +33,7 @@ patch class _AsyncRun {
|
| }
|
|
|
| patch class DeferredLibrary {
|
| - patch Future<bool> load() {
|
| + patch Future<Null> load() {
|
| return loadDeferredLibrary(libraryName, uri);
|
| }
|
| }
|
|
|