| 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 802563e175aa6574ac54e3b67a2cf59f30ece33b..d90507e7f99fd6cd33ff33fd643304c2446a0682 100644
|
| --- a/sdk/lib/_internal/lib/js_mirrors.dart
|
| +++ b/sdk/lib/_internal/lib/js_mirrors.dart
|
| @@ -1732,6 +1732,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;
|
|
|
|
|