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

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

Issue 2360773003: More kernel_impact. (Closed)
Patch Set: Updated cf. comments Created 4 years, 3 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/js_backend/backend.dart ('k') | pkg/compiler/lib/src/kernel/kernel_debug.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/kernel/kernel.dart
diff --git a/pkg/compiler/lib/src/kernel/kernel.dart b/pkg/compiler/lib/src/kernel/kernel.dart
index 6c4aa3d2483272669cb6371a6090862df282fe93..1f53fc04f3622491458d9090589a34efdd521759 100644
--- a/pkg/compiler/lib/src/kernel/kernel.dart
+++ b/pkg/compiler/lib/src/kernel/kernel.dart
@@ -51,8 +51,8 @@ class Kernel {
final Map<FunctionElement, ir.Member> functions =
<FunctionElement, ir.Member>{};
- final Map<LocalFunctionElement, ir.FunctionDeclaration> localFunctions =
- <LocalFunctionElement, ir.FunctionDeclaration>{};
+ final Map<LocalFunctionElement, ir.Node> localFunctions =
+ <LocalFunctionElement, ir.Node>{};
final Map<FieldElement, ir.Field> fields = <FieldElement, ir.Field>{};
« no previous file with comments | « pkg/compiler/lib/src/js_backend/backend.dart ('k') | pkg/compiler/lib/src/kernel/kernel_debug.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698