| Index: runtime/lib/bool_patch.dart
|
| diff --git a/runtime/lib/bool_patch.dart b/runtime/lib/bool_patch.dart
|
| index bbcbdb40264636641272b9d4c42ecf0c61cfd6f3..1a5eb6c4ef14907760d43423d93cd1ccaaa3282b 100644
|
| --- a/runtime/lib/bool_patch.dart
|
| +++ b/runtime/lib/bool_patch.dart
|
| @@ -4,9 +4,9 @@
|
|
|
| // Dart core library.
|
|
|
| -patch class bool {
|
| +@patch class bool {
|
|
|
| - /* patch */ const factory bool.fromEnvironment(String name,
|
| + /* @patch */ const factory bool.fromEnvironment(String name,
|
| {bool defaultValue: false})
|
| native "Bool_fromEnvironment";
|
|
|
|
|