| Index: pkg/compiler/lib/src/kernel/element_map.dart
|
| diff --git a/pkg/compiler/lib/src/kernel/element_map.dart b/pkg/compiler/lib/src/kernel/element_map.dart
|
| index 3af8242e1328d6e84ce3dd9e77cfaa7dec5efcf7..7987d1fca9fac5b88a89449e2f812a88d8838cb6 100644
|
| --- a/pkg/compiler/lib/src/kernel/element_map.dart
|
| +++ b/pkg/compiler/lib/src/kernel/element_map.dart
|
| @@ -389,8 +389,7 @@ abstract class KernelToLocalsMap {
|
| /// variables involved with a closure class.
|
| // TODO(efortuna, johnniwinther): convey this information without a boolean
|
| // parameter.
|
| - Local getLocalVariable(ir.VariableDeclaration node,
|
| - {bool isClosureCallMethod = false});
|
| + Local getLocalVariable(ir.VariableDeclaration node);
|
|
|
| /// Returns the [Local] corresponding to the [node]. The node must be either
|
| /// a [ir.FunctionDeclaration] or [ir.FunctionExpression].
|
|
|