Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Unified Diff: pkg/compiler/lib/src/cps_ir/type_propagation.dart

Issue 1564713002: Copier should copy InvokeMethod calling convention (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/cps_ir/type_propagation.dart
diff --git a/pkg/compiler/lib/src/cps_ir/type_propagation.dart b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
index 3b340b21b28773bb43e26683a0d70aeb4b2bd4a2..d20178c440434d09042d737eed2dfef0b6920f1e 100644
--- a/pkg/compiler/lib/src/cps_ir/type_propagation.dart
+++ b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
@@ -1751,7 +1751,7 @@ class TransformingVisitor extends DeepRecursiveVisitor {
new Selector.call(getter.memberName, call.callStructure),
type,
node.arguments.map((ref) => ref.definition).toList(),
- node.sourceInformation);
+ sourceInformation: node.sourceInformation);
node.receiver.changeTo(new Parameter(null)); // Remove the tear off use.
if (tearOff.hasNoEffectiveUses) {
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart ('k') | tests/compiler/dart2js/js_backend_cps_ir_operators2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698