| Index: dart/lib/compiler/implementation/elements/elements.dart
|
| diff --git a/dart/lib/compiler/implementation/elements/elements.dart b/dart/lib/compiler/implementation/elements/elements.dart
|
| index d3376b4614c96518fee60a06f8dc3de817b3d99d..3dfee4956fba2b2051c86d758a4487239b3ca02a 100644
|
| --- a/dart/lib/compiler/implementation/elements/elements.dart
|
| +++ b/dart/lib/compiler/implementation/elements/elements.dart
|
| @@ -520,7 +520,7 @@ class LibraryElement extends ScopeContainerElement {
|
| Link<CompilationUnitElement> compilationUnits =
|
| const EmptyLink<CompilationUnitElement>();
|
| Link<LibraryTag> tags = const EmptyLink<LibraryTag>();
|
| - LibraryTag libraryTag;
|
| + LibraryName libraryTag;
|
| bool canUseNative = false;
|
|
|
| /**
|
|
|