| 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 3b6989d350102c4713bf0dacc48c72ebf29333b5..de6c903c59627614bfd391aa292bca300d9660d8 100644
|
| --- a/sdk/lib/_internal/lib/js_mirrors.dart
|
| +++ b/sdk/lib/_internal/lib/js_mirrors.dart
|
| @@ -1768,6 +1768,8 @@ class JsParameterMirror extends JsDeclarationMirror implements ParameterMirror {
|
| // TODO(ahe): Implement this.
|
| bool get isFinal => false;
|
|
|
| + bool get isConst => false;
|
| +
|
| // TODO(ahe): Implement this.
|
| bool get isOptional => false;
|
|
|
|
|