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

Unified Diff: pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart

Issue 2621543004: Cleanup references to the old DDC repo (Closed)
Patch Set: Linkify issues Created 3 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/dev_compiler/tool/input_sdk/patch/core_patch.dart
diff --git a/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart b/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
index ffeb76a45dce9c15bef0bd9f403a63937632a546..6d7a5e892f116671e74dd8f8b59c0defb93c08c4 100644
--- a/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
+++ b/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
@@ -56,8 +56,8 @@ class Function {
static apply(Function f,
List positionalArguments,
[Map<Symbol, dynamic> namedArguments]) {
- // TODO(vsm): Handle named args.
- // See: https://github.com/dart-lang/dev_compiler/issues/176
+ // TODO(vsm): Handle named args:
+ // https://github.com/dart-lang/sdk/issues/27257
return JS('', 'dart.dcall.apply(null, [#].concat(#))', f, positionalArguments);
}
« no previous file with comments | « pkg/dev_compiler/test/codegen/js_test.dart ('k') | pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698