Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index abfa963d2bec07814ed85e98cb2e0402255baa08..af22bb93ec2af0865ac32243c456cd02c4bf5a8b 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1627,6 +1627,7 @@ class Object : public MaybeObject { |
// < the length of the string. Used to implement [] on strings. |
inline bool IsStringObjectWithCharacterAt(uint32_t index); |
+ DECLARE_VERIFIER(Object) |
#ifdef VERIFY_HEAP |
// Verify a pointer is a valid object pointer. |
static void VerifyPointer(Object* p); |