| Index: frog/var_member.dart
|
| diff --git a/frog/var_member.dart b/frog/var_member.dart
|
| index 720d314882b5f792c083b88067f997171b2c31d1..95205c3f1f624cb4ef83606af09e3adc78a4d484 100644
|
| --- a/frog/var_member.dart
|
| +++ b/frog/var_member.dart
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| @@ -70,7 +70,7 @@ class VarFunctionStub extends VarMember {
|
| : super(name), args = callArgs.toCallStubArgs() {
|
| // Ensure dependency is generated
|
| world.functionImplType.markUsed();
|
| - world.gen.genMethod(world.functionImplType.getMember('_genStub'));
|
| + world.gen.invokeMethod(world.functionImplType.getMember('_genStub'));
|
| }
|
|
|
| Value invoke(MethodGenerator context, Node node, Value target,
|
|
|