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

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

Issue 3008793002: Use the entity model for dump_info. (Closed)
Patch Set: use codegen enqueuer 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
« no previous file with comments | « no previous file | pkg/compiler/lib/src/common_elements.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/closure.dart
diff --git a/pkg/compiler/lib/src/closure.dart b/pkg/compiler/lib/src/closure.dart
index a7edec4140187cf5555cd10763e374bcce93932b..7831c90877471e9cde7239d160de6cdc6576720e 100644
--- a/pkg/compiler/lib/src/closure.dart
+++ b/pkg/compiler/lib/src/closure.dart
@@ -463,7 +463,7 @@ class ClosureFieldElement extends ElementX
closureClass.methodElement.analyzableElement;
@override
- List<FunctionElement> get nestedClosures => const <FunctionElement>[];
+ List<MethodElement> get nestedClosures => const <MethodElement>[];
@override
bool get hasConstant => false;
@@ -593,7 +593,7 @@ class BoxFieldElement extends ElementX
MemberElement get memberContext => box.memberContext;
@override
- List<FunctionElement> get nestedClosures => const <FunctionElement>[];
+ List<MethodElement> get nestedClosures => const <MethodElement>[];
@override
VariableDefinitions get node {
« no previous file with comments | « no previous file | pkg/compiler/lib/src/common_elements.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698