Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index f197b238ffd39cb8a6088d5662177295b0dc7047..f04c60b938c52f6a8cc055fa50ed12eab4cd0888 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -5626,6 +5626,7 @@ class Map: public HeapObject { |
| inline void NotifyLeafMapLayoutChange(); |
| inline bool CanOmitPrototypeChecks(); |
| + inline bool CanOmitMapChecks(); |
| void AddDependentCompilationInfo(DependentCode::DependencyGroup group, |
| CompilationInfo* info); |