| Index: sdk/lib/_internal/compiler/implementation/ssa/nodes.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (revision 17441)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (working copy)
|
| @@ -1529,7 +1529,7 @@
|
| }
|
|
|
| HForeign.statement(code, List<HInstruction> inputs)
|
| - : this(code, const LiteralDartString('var'), input, isStatement: true);
|
| + : this(code, const LiteralDartString('var'), inputs, isStatement: true);
|
|
|
| accept(HVisitor visitor) => visitor.visitForeign(this);
|
|
|
|
|