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

Unified Diff: dart/tests/compiler/dart2js_extra/no_such_method_test.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
Index: dart/tests/compiler/dart2js_extra/no_such_method_test.dart
diff --git a/dart/tests/compiler/dart2js_extra/no_such_method_test.dart b/dart/tests/compiler/dart2js_extra/no_such_method_test.dart
index dc28e0748c4dc6a13a10b739386fdfd29c9645e3..a139c02f2d42cf68b54950a22543fb92ef15d9f8 100644
--- a/dart/tests/compiler/dart2js_extra/no_such_method_test.dart
+++ b/dart/tests/compiler/dart2js_extra/no_such_method_test.dart
@@ -13,7 +13,7 @@ class NoSuchMethodInfo {
}
class A {
- noSuchMethod(InvocationMirror invocation) {
+ noSuchMethod(Invocation invocation) {
topLevelInfo = new NoSuchMethodInfo(this, invocation.memberName,
invocation.positionalArguments);
return topLevelInfo;
« no previous file with comments | « dart/tests/compiler/dart2js_extra/dart2js_extra.status ('k') | dart/tests/language/invocation_mirror_invoke_on_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698