Chromium Code Reviews| Index: lib/compiler/implementation/ssa/builder.dart |
| =================================================================== |
| --- lib/compiler/implementation/ssa/builder.dart (revision 13754) |
| +++ lib/compiler/implementation/ssa/builder.dart (working copy) |
| @@ -3446,7 +3446,7 @@ |
| if (variable.isErroneous()) { |
| generateThrowNoSuchMethod(node, |
| getTargetName(variable, 'set'), |
| - argumentValues: <HInstruction>[oldVariable]); |
| + <HInstruction>[oldVariable]); |
|
ahe
2012/10/22 12:44:17
This is the cause of the crash.
|
| pop(); |
| } else { |
| localsHandler.updateLocal(variable, oldVariable); |