| Index: pkg/analyzer/lib/src/summary/resynthesize.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/resynthesize.dart b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| index a8525cb6ff41789a6d4f7ac01353681f51009e06..d6221623e16c1b7bc1038bf8aeec8dda35698d52 100644
|
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| @@ -707,6 +707,10 @@ class _LibraryResynthesizer {
|
| classElement.supertype = objectElement.type;
|
| }
|
| }
|
| + // Compute public namespace.
|
| + libraryElement.publicNamespace =
|
| + new NamespaceBuilder().createPublicNamespaceForLibrary(libraryElement);
|
| + // Done.
|
| return libraryElement;
|
| }
|
|
|
|
|