| Index: sdk/lib/mirrors/mirrors.dart
|
| diff --git a/sdk/lib/mirrors/mirrors.dart b/sdk/lib/mirrors/mirrors.dart
|
| index c41c6c299758a2a6b29112d7779445cf90656b3a..a798fa532c263fae8d45d7e427df85362f3f4e3f 100644
|
| --- a/sdk/lib/mirrors/mirrors.dart
|
| +++ b/sdk/lib/mirrors/mirrors.dart
|
| @@ -218,11 +218,15 @@ abstract class DeclarationMirror implements Mirror {
|
| * computed by [simpleName].
|
| * The fully qualified name of *r* is the
|
| * concatenation of *p*, '.', and *s*.
|
| + *
|
| + * Because an isolate can contain more than one library with the same name (at
|
| + * different URIs), a fully-qualified name does not uniquely identify any
|
| + * language entity.
|
| */
|
| Symbol get qualifiedName;
|
|
|
| /**
|
| - * A mirror on the owner of this function. This is the declaration
|
| + * A mirror on the owner of this Dart language entity. This is the declaration
|
| * immediately surrounding the reflectee.
|
| *
|
| * For a library, the owner is [:null:].
|
|
|