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

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

Issue 11312237: Dynamic -> dynamic. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « sdk/lib/core/errors.dart ('k') | sdk/lib/core/invocation_mirror.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/function.dart
diff --git a/sdk/lib/core/function.dart b/sdk/lib/core/function.dart
index 747a6a371c1e8b80d57c8f0ad0a4d87f9551c2ab..2964876b0c9de5d6f3a3f58d7b7a3212a00eb492 100644
--- a/sdk/lib/core/function.dart
+++ b/sdk/lib/core/function.dart
@@ -29,5 +29,5 @@ abstract class Function {
*/
external static apply(Function function,
List positionalArguments,
- [Map<String,Dynamic> namedArguments]);
+ [Map<String,dynamic> namedArguments]);
}
« no previous file with comments | « sdk/lib/core/errors.dart ('k') | sdk/lib/core/invocation_mirror.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698