Index: sdk/lib/_internal/compiler/implementation/ssa/bailout.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/ssa/bailout.dart b/sdk/lib/_internal/compiler/implementation/ssa/bailout.dart |
index c7e40180c7ad17982c62c223c9700d7f60254cb1..78ecae65c5098b5de7f79599f1621398ef826a17 100644 |
--- a/sdk/lib/_internal/compiler/implementation/ssa/bailout.dart |
+++ b/sdk/lib/_internal/compiler/implementation/ssa/bailout.dart |
@@ -21,8 +21,7 @@ class Environment { |
loopMarkers = new List<HBasicBlock>(); |
Environment.from(Environment other) |
: lives = new Set<HInstruction>.from(other.lives), |
- loopMarkers = new List<HBasicBlock>.from(other.loopMarkers, |
- growable: true); |
+ loopMarkers = new List<HBasicBlock>.from(other.loopMarkers); |
void remove(HInstruction instruction) { |
lives.remove(instruction); |