| Index: sdk/lib/_internal/lib/js_mirrors.dart
|
| diff --git a/sdk/lib/_internal/lib/js_mirrors.dart b/sdk/lib/_internal/lib/js_mirrors.dart
|
| index a06b0c428af5e894d6e65ffedd9434833be31cd7..daf2f692a1c0bf6869dd4d7169b6af0ba922ee23 100644
|
| --- a/sdk/lib/_internal/lib/js_mirrors.dart
|
| +++ b/sdk/lib/_internal/lib/js_mirrors.dart
|
| @@ -220,6 +220,7 @@ class JsTypeVariableMirror extends JsTypeMirror implements TypeVariableMirror {
|
| String get _prettyName => 'TypeVariableMirror';
|
|
|
| bool get isTopLevel => false;
|
| + bool get isStatic => false;
|
|
|
| TypeMirror get upperBound {
|
| if (_cachedUpperBound != null) return _cachedUpperBound;
|
|
|