| Index: lib/compiler/implementation/ssa/builder.dart
|
| diff --git a/lib/compiler/implementation/ssa/builder.dart b/lib/compiler/implementation/ssa/builder.dart
|
| index 5e65ae2f7633fd7e36e9c8ece70d90c0b8869622..9aff91754e09029f2d10097fce225f10921ec37a 100644
|
| --- a/lib/compiler/implementation/ssa/builder.dart
|
| +++ b/lib/compiler/implementation/ssa/builder.dart
|
| @@ -672,7 +672,7 @@ class LocalsHandler {
|
|
|
| // Represents a single break/continue instruction.
|
| class JumpHandlerEntry {
|
| - final HGoto jumpInstruction;
|
| + final HJump jumpInstruction;
|
| final LocalsHandler locals;
|
| bool isBreak() => jumpInstruction is HBreak;
|
| bool isContinue() => jumpInstruction is HContinue;
|
|
|