Chromium Code Reviews| 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 d0e370e0d931ee91b9de4b4e6b343ca30b2b3ab6..d5605923a2b1125851375002ba6ae55bd74f5ccb 100644 |
| --- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
| +++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
| @@ -694,7 +694,7 @@ abstract class LibraryElement extends Element implements ScopeContainerElement { |
| void forEachExport(f(Element element)); |
| bool hasLibraryName(); |
| - String getLibraryOrScriptName(); |
|
ahe
2013/10/10 11:47:53
I think we need to keep this method for some situa
|
| + String getLibraryName(); |
| int compareTo(LibraryElement other); |
| } |