Index: pkg/compiler/lib/src/enqueue.dart |
diff --git a/pkg/compiler/lib/src/enqueue.dart b/pkg/compiler/lib/src/enqueue.dart |
index 1861ba6cf44a40d9b30846e6739638b8be84c1bd..a0ea7811a70f1e79864067b36e43b9ebdb293370 100644 |
--- a/pkg/compiler/lib/src/enqueue.dart |
+++ b/pkg/compiler/lib/src/enqueue.dart |
@@ -113,9 +113,9 @@ abstract class EnqueuerListener { |
/// specific [WorldImpact] of this is returned. |
WorldImpact registerGetOfStaticFunction(); |
- /// Called to register that [member] has been closurized. Any backend specific |
- /// [WorldImpact] of this is returned. |
- WorldImpact registerClosurizedMember(MemberEntity member); |
+ /// Called to register that [function] has been closurized. Any backend |
+ /// specific [WorldImpact] of this is returned. |
+ WorldImpact registerClosurizedMember(FunctionEntity function); |
/// Called to register that [element] is statically known to be used. Any |
/// backend specific [WorldImpact] of this is returned. |