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

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

Issue 21110003: Implement MirrorUsed.targets for libraries (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r25609 and added test. Created 7 years, 5 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/sdk/lib/mirrors/mirrors.dart
diff --git a/dart/sdk/lib/mirrors/mirrors.dart b/dart/sdk/lib/mirrors/mirrors.dart
index 5353755ee56d2c832d04b74b3aff39c7d25108f2..f189dc021c2240c285c405c5d2302426d9758c4f 100644
--- a/dart/sdk/lib/mirrors/mirrors.dart
+++ b/dart/sdk/lib/mirrors/mirrors.dart
@@ -1226,10 +1226,10 @@ class MirrorsUsed {
* The list of strings passed to new [Symbol], and symbols that might be
* passed to [MirrorSystem.getName].
*
- * Combined with the names of [reflectiveTarget], [metaTargets] and their
- * members, this forms the complete list of strings passed to new [Symbol],
- * and symbols that might be passed to [MirrorSystem.getName] by the library
- * to which this metadata applies.
+ * Combined with the names of [targets], [metaTargets] and their members,
+ * this forms the complete list of strings passed to new [Symbol], and
+ * symbols that might be passed to [MirrorSystem.getName] by the library to
+ * which this metadata applies.
*
* The following text is non-normative:
*

Powered by Google App Engine
This is Rietveld 408576698