Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index d370c32a1a4375dc25763d4e0e2d6b4da82bb323..98fb5e7085cb44eb0e7b5eb1983e0f8fef2589aa 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5641,7 +5641,6 @@ class Map: public HeapObject { |
// the descriptor array. |
inline void NotifyLeafMapLayoutChange(); |
- inline bool CanOmitPrototypeChecks(); |
inline bool CanOmitMapChecks(); |
void AddDependentCompilationInfo(DependentCode::DependencyGroup group, |
@@ -5658,7 +5657,7 @@ class Map: public HeapObject { |
#ifdef VERIFY_HEAP |
void SharedMapVerify(); |
- void VerifyOmittedPrototypeChecks(); |
+ void VerifyOmittedMapChecks(); |
#endif |
inline int visitor_id(); |