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

Unified Diff: sdk/lib/mirrors/mirrors.dart

Issue 22455003: Make FunctionTypeMirror and ClosureMirror handle user-defined classes that implement the call opera… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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: sdk/lib/mirrors/mirrors.dart
diff --git a/sdk/lib/mirrors/mirrors.dart b/sdk/lib/mirrors/mirrors.dart
index d163ebfc519d479ccf98d88a34143d8c06103df8..11221264b058d3d932f3b9da146bb7a2c6057d2b 100644
--- a/sdk/lib/mirrors/mirrors.dart
+++ b/sdk/lib/mirrors/mirrors.dart
@@ -848,8 +848,6 @@ abstract class FunctionTypeMirror implements ClassMirror {
/**
* A mirror on the [:call:] method for the reflectee.
- *
- * TODO(turnidge): What is this and what is it for?
*/
MethodMirror get callMethod;
}

Powered by Google App Engine
This is Rietveld 408576698