| Index: lib/runtime/dart/_foreign_helper.js
|
| diff --git a/lib/runtime/dart/_foreign_helper.js b/lib/runtime/dart/_foreign_helper.js
|
| index e92813ee44df324c452cabe4474a9a3993dc6659..046cb6ab0a71495ef0b4f685aee0c31158f35e90 100644
|
| --- a/lib/runtime/dart/_foreign_helper.js
|
| +++ b/lib/runtime/dart/_foreign_helper.js
|
| @@ -113,7 +113,7 @@ var _foreign_helper;
|
| }
|
| class JS_CONST extends core.Object {
|
| JS_CONST(code) {
|
| - this.code = code;
|
| + dart.initField(JS_CONST, this, 'code', code);
|
| }
|
| }
|
| // Function JS_STRING_CONCAT: (String, String) → String
|
|
|