| Index: lib/compiler/implementation/native_handler.dart
|
| diff --git a/lib/compiler/implementation/native_handler.dart b/lib/compiler/implementation/native_handler.dart
|
| index e590177800ecf116247739b33a42718e1cdcac7a..8e2b688b59653dc096f6997cc9ba0f4809750890 100644
|
| --- a/lib/compiler/implementation/native_handler.dart
|
| +++ b/lib/compiler/implementation/native_handler.dart
|
| @@ -292,9 +292,7 @@ void handleSsaNative(SsaBuilder builder, Expression nativeBody) {
|
| }
|
| });
|
| LiteralString jsCode = nativeBody.asLiteralString();
|
| - builder.push(new HForeign(jsCode.dartString,
|
| - const LiteralDartString('Object'),
|
| - <HInstruction>[]));
|
| + builder.push(new HForeign.statement(jsCode.dartString, <HInstruction>[]));
|
| }
|
| }
|
|
|
|
|