Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart |
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart |
| index 62456a1ad9b7873c379cb3a5b2a6a303777ec7d3..0b7f016025476524dff192504b6d43eb6d7b0c1c 100644 |
| --- a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart |
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart |
| @@ -2624,7 +2624,7 @@ class SsaUnoptimizedCodeGenerator extends SsaCodeGenerator { |
| String pushLabel() { |
| String label = 'L${labelId++}'; |
| - labels.addLast(label); |
| + labels.add(label); |
| return label; |
| } |