| Index: pkg/compiler/lib/src/ssa/codegen.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/codegen.dart b/pkg/compiler/lib/src/ssa/codegen.dart
|
| index 752df171597b0a3b6a770cc34b04ca12b3749807..60403c3c56617bff3fd136a2943688f4a4d2a320 100644
|
| --- a/pkg/compiler/lib/src/ssa/codegen.dart
|
| +++ b/pkg/compiler/lib/src/ssa/codegen.dart
|
| @@ -1743,7 +1743,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| });
|
| }
|
|
|
| - visitForeign(HForeign node) {
|
| + visitForeignCode(HForeignCode node) {
|
| List<HInstruction> inputs = node.inputs;
|
| if (node.isJsStatement()) {
|
| List<js.Expression> interpolatedExpressions = <js.Expression>[];
|
|
|