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

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

Issue 3002953002: Split getClosureRepresentationInfo into MemberEntity and (ir/ast) nodes (Closed)
Patch Set: 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/dump_info.dart
diff --git a/pkg/compiler/lib/src/dump_info.dart b/pkg/compiler/lib/src/dump_info.dart
index f89bec3c3f0693f593298104b55efdd1fbaa4200..cb04d1e85edeefc81bf1b171d0b8a6ddab8ca17d 100644
--- a/pkg/compiler/lib/src/dump_info.dart
+++ b/pkg/compiler/lib/src/dump_info.dart
@@ -213,7 +213,7 @@ class ElementInfoCollector extends BaseElementVisitor<Info, dynamic> {
ClosureRepresentationInfo closureRepresentation = compiler
.backendStrategy.closureDataLookup
- .getClosureRepresentationInfo(element.methodElement);
+ .getClosureRepresentationInfo(element.node);
assert(closureRepresentation.closureClassEntity == element);
FunctionInfo functionInfo = this.process(closureRepresentation.callMethod);

Powered by Google App Engine
This is Rietveld 408576698