| Index: lib/compiler/implementation/ssa/builder.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/ssa/builder.dart (revision 13762)
|
| +++ lib/compiler/implementation/ssa/builder.dart (working copy)
|
| @@ -2731,7 +2731,7 @@
|
| if (!succeeded) {
|
| // TODO(ngeoffray): Match the VM behavior and throw an
|
| // exception at runtime.
|
| - compiler.cancel('Unimplemented non-matching static call', node);
|
| + compiler.cancel('Unimplemented non-matching static call', node: node);
|
| }
|
| push(new HInvokeSuper(inputs));
|
| } else {
|
|
|