| Index: pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart b/pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart
|
| index 76b2d22836b48fcda12ea0bdc3d66493d1bc2bfb..c6c2828577d3d06e4f64e6624ed456392157bd86 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart
|
| @@ -681,7 +681,8 @@ class IrBuilder {
|
| SourceInformation sourceInformation) {
|
| assert(isOpen);
|
| return addPrimitive(new ir.InvokeMethod(
|
| - receiver, selector, mask, arguments, sourceInformation));
|
| + receiver, selector, mask, arguments,
|
| + sourceInformation: sourceInformation));
|
| }
|
|
|
| ir.Primitive _buildInvokeCall(ir.Primitive target,
|
|
|