| Index: lib/compiler/implementation/ssa/codegen.dart
|
| diff --git a/lib/compiler/implementation/ssa/codegen.dart b/lib/compiler/implementation/ssa/codegen.dart
|
| index dd0f2b1ee79ac4370174d972812fad631e0ee86f..3b798e90166f124ae332d6251f5e0601ceea7300 100644
|
| --- a/lib/compiler/implementation/ssa/codegen.dart
|
| +++ b/lib/compiler/implementation/ssa/codegen.dart
|
| @@ -1864,8 +1864,8 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| if (!work.element.isGenerativeConstructorBody()) {
|
| world.registerFieldSetter(node.element.name, type);
|
| }
|
| - backend.updateFieldIntegerSetters(node.element,
|
| - node.value.isInteger());
|
| + backend.updateFieldSetters(node.element,
|
| + node.value.propagatedType);
|
| }
|
| buffer.add(' = ');
|
| use(node.value, JSPrecedence.ASSIGNMENT_PRECEDENCE);
|
|
|