Chromium Code Reviews| Index: sdk/lib/_internal/lib/foreign_helper.dart |
| diff --git a/sdk/lib/_internal/lib/foreign_helper.dart b/sdk/lib/_internal/lib/foreign_helper.dart |
| index a45d9bfa000d9172dcf830894f16bb12d240feba..165a0a480659e1a7cad96497f7f449d4eeef15f5 100644 |
| --- a/sdk/lib/_internal/lib/foreign_helper.dart |
| +++ b/sdk/lib/_internal/lib/foreign_helper.dart |
| @@ -266,6 +266,6 @@ void JS_EFFECT(Function code) { code(null); } |
| * $.JS_CONST_1 = typeof window != "undefined"; |
| */ |
| class JS_CONST { |
| - String code; |
| + final String code; |
| const JS_CONST(this.code); |
| } |