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

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

Issue 3008793002: Use the entity model for dump_info. (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
« no previous file with comments | « no previous file | pkg/compiler/lib/src/common_elements.dart » ('j') | pkg/compiler/lib/src/common_elements.dart » ('J')
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 cdc4083b34b5e3379d0749367aaed6ad0c47618d..f4e507f6ede9faa687e39fcfe003f938b21e4561 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;
@@ -592,7 +592,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') | pkg/compiler/lib/src/common_elements.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698