Index: src/objects-debug.cc |
diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
index 635bd6140ee177ecd7d4fdd77775971f33a99b67..d6765ddb09a33232dd14749f0608125458f68364 100644 |
--- a/src/objects-debug.cc |
+++ b/src/objects-debug.cc |
@@ -241,6 +241,7 @@ void FixedTypedArray<Traits>::FixedTypedArrayVerify() { |
CHECK(IsHeapObject() && |
HeapObject::cast(this)->map()->instance_type() == |
Traits::kInstanceType); |
+ CHECK(base_pointer() == this); |
} |