Chromium Code Reviews| Index: src/objects-inl.h |
| diff --git a/src/objects-inl.h b/src/objects-inl.h |
| index 50d02f9f655e887b10cf5dc4e290d0a343cd7480..28a1e9714a83c2e76cb0a5d19e294f7c9359a1e1 100644 |
| --- a/src/objects-inl.h |
| +++ b/src/objects-inl.h |
| @@ -4733,8 +4733,8 @@ bool Map::is_migration_target() { |
| } |
| -void Map::set_is_strong(bool value) { |
| - set_bit_field3(IsStrong::update(bit_field3(), value)); |
| +void Map::set_is_strong() { |
| + set_bit_field3(IsStrong::update(bit_field3(), true)); |
| } |