| Index: lib/compiler/implementation/ssa/optimize.dart
|
| diff --git a/lib/compiler/implementation/ssa/optimize.dart b/lib/compiler/implementation/ssa/optimize.dart
|
| index 48ba3440650d801a5f329a3f9d2667f1b20cecbd..91645dfda12193de36bb7ed5dc615c0f027976ce 100644
|
| --- a/lib/compiler/implementation/ssa/optimize.dart
|
| +++ b/lib/compiler/implementation/ssa/optimize.dart
|
| @@ -1243,7 +1243,7 @@ class SsaProcessRecompileCandidates
|
| // If there are invoked setters we don't know for sure that the
|
| // field will hold the calculated, but the fact that the class
|
| // itself stick to this type in the field is still a strong
|
| - // signal to indiate the expected type of the field.
|
| + // signal to indicate the expected type of the field.
|
| field.propagatedType = type;
|
| graph.highTypeLikelyhood = true;
|
| } else {
|
|
|