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

Unified Diff: frog/var_member.dart

Issue 9107067: Work in progress: changes to interpretation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: work in progress Created 8 years, 11 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
« no previous file with comments | « frog/value.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « frog/value.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698