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

Unified Diff: pkg/compiler/lib/src/elements/elements.dart

Issue 2632643002: Remove LibraryEntity.libraryName (Closed)
Patch Set: Updated cf. comments. Created 3 years, 10 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
« no previous file with comments | « pkg/compiler/lib/src/elements/common.dart ('k') | pkg/compiler/lib/src/elements/entities.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/elements/elements.dart
diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
index 15c8cfddef4552207653385f53a157c0149bbad2..98b8997bb4a4a5064325131b9e198b9a4efcb97d 100644
--- a/pkg/compiler/lib/src/elements/elements.dart
+++ b/pkg/compiler/lib/src/elements/elements.dart
@@ -1078,13 +1078,12 @@ abstract class LibraryElement extends Element
/// or the empty string if there is no library tag.
String get libraryName;
- /// Returns the library name (as defined by the library tag) or for script
- /// (which have no library tag) the script file name. The latter case is used
- /// to provide a 'library name' for scripts to use for instance in dartdoc.
+ /// Returns the library name (as defined by the library tag) or for scripts
+ /// (which have no library tag) the script file name.
///
/// Note: the returned filename is still escaped ("a%20b.dart" instead of
/// "a b.dart").
- String get libraryOrScriptName;
+ String get name;
}
/// The implicit scope defined by a import declaration with a prefix clause.
« no previous file with comments | « pkg/compiler/lib/src/elements/common.dart ('k') | pkg/compiler/lib/src/elements/entities.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698