Index: dart/sdk/lib/core/invocation.dart |
diff --git a/dart/sdk/lib/core/invocation_mirror.dart b/dart/sdk/lib/core/invocation.dart |
similarity index 97% |
rename from dart/sdk/lib/core/invocation_mirror.dart |
rename to dart/sdk/lib/core/invocation.dart |
index 3b5cda08bdb2934356ab4976fe9eae058afa7594..2e4dd90e4a571a0a49951249f71229cc0e8b0745 100644 |
--- a/dart/sdk/lib/core/invocation_mirror.dart |
+++ b/dart/sdk/lib/core/invocation.dart |
@@ -11,7 +11,7 @@ part of dart.core; |
* an object doesn't support the member invocation that was attempted |
* on it. |
*/ |
-abstract class InvocationMirror { |
+abstract class Invocation { |
/** The name of the invoked member. */ |
String get memberName; |