Chromium Code Reviews| Index: runtime/lib/bool_patch.dart |
| diff --git a/runtime/lib/bool_patch.dart b/runtime/lib/bool_patch.dart |
| index 5b5f4ff5f53f375e593fdc092fdc9d4ebc494483..3adc918daabe8d182eb3a111d57bcb27e4556bf2 100644 |
| --- a/runtime/lib/bool_patch.dart |
| +++ b/runtime/lib/bool_patch.dart |
| @@ -10,6 +10,8 @@ |
| {bool defaultValue: false}) |
| native "Bool_fromEnvironment"; |
| + @patch |
| int get hashCode => this ? 1231 : 1237; |
| + |
| int get _identityHashCode => this ? 1231 : 1237; |
| } |