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

Unified Diff: dart/sdk/lib/core/function.dart

Issue 14107006: Update Function.apply to use Symbol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 8 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: dart/sdk/lib/core/function.dart
diff --git a/dart/sdk/lib/core/function.dart b/dart/sdk/lib/core/function.dart
index 4653294edd86271fa952e536880a0ef23430f85e..94fba213da358ca8a8d593f8783ea15fb2412439 100644
--- a/dart/sdk/lib/core/function.dart
+++ b/dart/sdk/lib/core/function.dart
@@ -29,5 +29,5 @@ abstract class Function {
*/
external static apply(Function function,
List positionalArguments,
- [Map<String,dynamic> namedArguments]);
+ [Map<Symbol, dynamic> namedArguments]);
}

Powered by Google App Engine
This is Rietveld 408576698