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

Unified Diff: pkg/compiler/lib/src/js_emitter/program_builder/registry.dart

Issue 2994333002: Various redemptions (Closed)
Patch Set: Fix + status updates Created 3 years, 4 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: pkg/compiler/lib/src/js_emitter/program_builder/registry.dart
diff --git a/pkg/compiler/lib/src/js_emitter/program_builder/registry.dart b/pkg/compiler/lib/src/js_emitter/program_builder/registry.dart
index b0266dc08693e2104abb728b55c9e6de69ccdcaf..b448c7ad804e73823047a8f0c3378da97e6e1c27 100644
--- a/pkg/compiler/lib/src/js_emitter/program_builder/registry.dart
+++ b/pkg/compiler/lib/src/js_emitter/program_builder/registry.dart
@@ -12,7 +12,7 @@ class LibraryContents {
/// Maps [LibraryEntity]s to their [ClassEntity]s and [MemberEntity]s.
///
/// Fundamentally, this class nicely encapsulates a
-/// `Map<LibraryElement, Pair<List<ClassElement>, List<MemberElement>>>`.
+/// `Map<LibraryEntity, Pair<List<ClassEntity>, List<MemberEntity>>>`.
///
/// There exists exactly one instance per [OutputUnit].
class LibrariesMap {

Powered by Google App Engine
This is Rietveld 408576698