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

Unified Diff: lib/compiler/implementation/closure.dart

Issue 10854158: Make selector registration in the resolver and code generator more explicit. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge from master. Created 8 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: lib/compiler/implementation/closure.dart
diff --git a/lib/compiler/implementation/closure.dart b/lib/compiler/implementation/closure.dart
index 70e05bdc2087956cb79ce33e7498358387373761..b8fd77a5ebb8483d946b144bd31eda54fb1feea6 100644
--- a/lib/compiler/implementation/closure.dart
+++ b/lib/compiler/implementation/closure.dart
@@ -403,7 +403,7 @@ class ClosureTranslator extends AbstractVisitor {
ClassElement globalizedElement = new ClosureClassElement(
closureName, compiler, element.getCompilationUnit());
FunctionElement callElement =
- new FunctionElement.from(compiler.namer.CLOSURE_INVOCATION_NAME,
+ new FunctionElement.from(Namer.CLOSURE_INVOCATION_NAME,
element,
globalizedElement);
globalizedElement.backendMembers =
« no previous file with comments | « no previous file | lib/compiler/implementation/elements/elements.dart » ('j') | lib/compiler/implementation/enqueue.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698