| Index: sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| index 8d2bba5b579a0b696cbc5cd0a86105a54d8e8612..36ce3e4836aa94e2ca32018b76781bb0c8d1384b 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| @@ -687,6 +687,7 @@ abstract class LibraryElement extends Element implements ScopeContainerElement {
|
| void forEachExport(f(Element element));
|
|
|
| bool hasLibraryName();
|
| + String getLibraryName();
|
| String getLibraryOrScriptName();
|
|
|
| int compareTo(LibraryElement other);
|
|
|