| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| index ed798d6b22a814ddc5b5c32fd5f4cb1154d5f50f..6450d63440ebc697251e74548bfb3bbc492ff74f 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| @@ -1779,6 +1779,7 @@ abstract class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| }
|
| push(new js.LiteralExpression.withData(code, data), node);
|
| }
|
| + // TODO(sra): Tell world.nativeEnqueuer about the types created here.
|
| }
|
|
|
| visitForeignNew(HForeignNew node) {
|
|
|