| Index: sdk/lib/_internal/compiler/implementation/ssa/optimize.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/optimize.dart (revision 19427)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/optimize.dart (working copy)
|
| @@ -619,7 +619,7 @@
|
| result.instructionType =
|
| new HType.subtype(field.computeType(compiler), compiler);
|
| } else {
|
| - HType type = new HType.inferredForElement(field, compiler);
|
| + HType type = new HType.inferredTypeForElement(field, compiler);
|
| if (type.isUnknown()) {
|
| type = backend.optimisticFieldType(field);
|
| if (type != null) {
|
|
|