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

Unified Diff: dart/sdk/lib/_internal/compiler/js_lib/js_helper.dart

Issue 740273003: Incremental compiler: support optional arguments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add TODO for a follow-up CL. Created 6 years, 1 month 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: dart/sdk/lib/_internal/compiler/js_lib/js_helper.dart
diff --git a/dart/sdk/lib/_internal/compiler/js_lib/js_helper.dart b/dart/sdk/lib/_internal/compiler/js_lib/js_helper.dart
index 2de11198c0b566024fabc4e4135d624ee2fd2d9a..a9e35732ba62f014f9ab6df11500ad0cab2dd51c 100644
--- a/dart/sdk/lib/_internal/compiler/js_lib/js_helper.dart
+++ b/dart/sdk/lib/_internal/compiler/js_lib/js_helper.dart
@@ -1955,7 +1955,7 @@ abstract class Closure implements Function {
// var dynClosureConstructor =
// new Function('self', 'target', 'receiver', 'name',
// 'this._init(self, target, receiver, name)');
- // proto.constructor = dynClosureConstructor; // Necessary?
+ // proto.constructor = dynClosureConstructor;
// dynClosureConstructor.prototype = proto;
// return dynClosureConstructor;

Powered by Google App Engine
This is Rietveld 408576698