Chromium Code Reviews| Index: runtime/lib/bool_patch.dart |
| diff --git a/runtime/lib/bool_patch.dart b/runtime/lib/bool_patch.dart |
| index e6463feab13a4780055934447e74e584f3aa1873..6e106714edfb5e453f6b7bbecafc87fcd854693d 100644 |
| --- a/runtime/lib/bool_patch.dart |
| +++ b/runtime/lib/bool_patch.dart |
| @@ -6,6 +6,9 @@ |
| patch class bool { |
| + /* patch */ const factory bool.fromEnvironment(String name) |
| + native "Bool_fromEnvironment"; |
| + |
| int get _identityHashCode { |
| return this ? 1231 : 1237; |
| } |