| Index: lib/runtime/dart/_foreign_helper.js
|
| diff --git a/lib/runtime/dart/_foreign_helper.js b/lib/runtime/dart/_foreign_helper.js
|
| index 4ff6dcc3d79e6c9085a4e85a1964e65f035f62dc..e92813ee44df324c452cabe4474a9a3993dc6659 100644
|
| --- a/lib/runtime/dart/_foreign_helper.js
|
| +++ b/lib/runtime/dart/_foreign_helper.js
|
| @@ -109,7 +109,7 @@ var _foreign_helper;
|
| }
|
| // Function JS_EFFECT: (Function) → void
|
| function JS_EFFECT(code) {
|
| - dart.dinvokef(code, null);
|
| + dart.dcall(code, null);
|
| }
|
| class JS_CONST extends core.Object {
|
| JS_CONST(code) {
|
|
|