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

Unified Diff: dart/runtime/lib/object_patch.dart

Issue 14049009: Rename Invocation to InvocationMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged 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
« no previous file with comments | « dart/runtime/lib/invocation_mirror_patch.dart ('k') | dart/runtime/vm/dart_entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/lib/object_patch.dart
diff --git a/dart/runtime/lib/object_patch.dart b/dart/runtime/lib/object_patch.dart
index f6c6439782aae3ce9b69f3e10d595f1a82893111..6c14f3ea7fde7ecb48a8fa628ba6f0ec4810f960 100644
--- a/dart/runtime/lib/object_patch.dart
+++ b/dart/runtime/lib/object_patch.dart
@@ -33,7 +33,7 @@ patch class Object {
Map<String, dynamic> namedArguments)
native "Object_noSuchMethod";
- /* patch */ noSuchMethod(InvocationMirror invocation) {
+ /* patch */ noSuchMethod(Invocation invocation) {
return _noSuchMethod(invocation.isMethod,
invocation.memberName,
invocation._type,
« no previous file with comments | « dart/runtime/lib/invocation_mirror_patch.dart ('k') | dart/runtime/vm/dart_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698