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

Unified Diff: lib/core/invocation_mirror.dart

Issue 11231074: Change signature of noSuchMethod to take an InvocationMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merged dart2js changes into this CL. Created 8 years, 2 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: lib/core/invocation_mirror.dart
diff --git a/lib/core/invocation_mirror.dart b/lib/core/invocation_mirror.dart
index b83ced22324789e1ffe9dbc2c1332af314794f0d..68769e3133d1f787e6a18ab49b35b1db96472ec1 100644
--- a/lib/core/invocation_mirror.dart
+++ b/lib/core/invocation_mirror.dart
@@ -17,7 +17,7 @@ abstract class InvocationMirror {
List get positionalArguments;
/** An unmodifiable view of the named arguments of the call. */
- Map<String, Dynamic> get namedArguments;
+ Map<String, dynamic> get namedArguments;
/** Whether the invocation was a method call. */
bool get isMethod;
« lib/core/errors.dart ('K') | « lib/core/errors.dart ('k') | lib/core/object.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698