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

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: Merged with r42234. Created 6 years 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
« no previous file with comments | « dart/pkg/dart2js_incremental/lib/library_updater.dart ('k') | dart/site/try/poi/poi.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 80d2614707a56f7ed6465467b343c0995170627a..cca4e0e64a94c99369edee4b2654a11f34af6220 100644
--- a/dart/sdk/lib/_internal/compiler/js_lib/js_helper.dart
+++ b/dart/sdk/lib/_internal/compiler/js_lib/js_helper.dart
@@ -1967,7 +1967,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;
« no previous file with comments | « dart/pkg/dart2js_incremental/lib/library_updater.dart ('k') | dart/site/try/poi/poi.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698