Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: sdk/lib/_internal/compiler/implementation/elements/elements.dart

Issue 26291005: dart2js: The name of a library without a library declaration is the empty string. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698