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

Unified Diff: pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart

Issue 2975323002: Renamed some scoping classes to make their usage clearer. (Closed)
Patch Set: . Created 3 years, 5 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/ssa/kernel_ast_adapter.dart
diff --git a/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart b/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
index 569a6a2deef5c1d67897bf9b0cfdc3542add6d71..fe412ca23724f802db9a174bde2fbe127f5560f5 100644
--- a/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
+++ b/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
@@ -360,9 +360,9 @@ class KernelAstAdapter extends KernelToElementMapBaseMixin
}
@override
- LoopClosureScope getLoopClosureScope(
+ LoopScopeInClosure getLoopScopeInClosure(
ClosureDataLookup closureLookup, ir.TreeNode node) {
- return closureLookup.getLoopClosureScope(getNode(node));
+ return closureLookup.getLoopScopeInClosure(getNode(node));
}
}

Powered by Google App Engine
This is Rietveld 408576698