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, |