| Index: sdk/lib/mirrors/mirrors.dart
|
| diff --git a/sdk/lib/mirrors/mirrors.dart b/sdk/lib/mirrors/mirrors.dart
|
| index 9a0fe0f4c331c585614126d6a7d028be136d9841..303cec4ad7ea0c92f3c5a4d93af9399d99610128 100644
|
| --- a/sdk/lib/mirrors/mirrors.dart
|
| +++ b/sdk/lib/mirrors/mirrors.dart
|
| @@ -154,7 +154,7 @@ abstract class DeclarationMirror implements Mirror {
|
| * Is this declaration top-level?
|
| *
|
| * This is defined to be equivalent to:
|
| - * [:mirror.owner !== null && mirror.owner is LibraryMirror:]
|
| + * [:mirror.owner != null && mirror.owner is LibraryMirror:]
|
| */
|
| bool get isTopLevel;
|
|
|
|
|