Chromium Code Reviews| Index: src/objects-inl.h |
| diff --git a/src/objects-inl.h b/src/objects-inl.h |
| index 3c70569241e920bfb20ba397b3951d49d21b90a5..d943b1cf75da3b5ec5d88abacf9bb3cde9a8fd81 100644 |
| --- a/src/objects-inl.h |
| +++ b/src/objects-inl.h |
| @@ -3677,11 +3677,6 @@ void Map::NotifyLeafMapLayoutChange() { |
| } |
| -bool Map::CanOmitPrototypeChecks() { |
| - return is_stable() && FLAG_omit_prototype_checks_for_leaf_maps; |
| -} |
| - |
| - |
| bool Map::CanOmitMapChecks() { |
| return is_stable() && FLAG_omit_map_checks_for_leaf_maps; |
| } |