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