Index: src/objects-debug.cc |
diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
index 7b7c9c9a705c17cde2489a8218b5dd98faa2cbe4..b72988dc18818d8a60f6ec0f48198fe22bf6bd44 100644 |
--- a/src/objects-debug.cc |
+++ b/src/objects-debug.cc |
@@ -542,7 +542,7 @@ void JSGlobalProxy::JSGlobalProxyVerify() { |
VerifyObjectField(JSGlobalProxy::kNativeContextOffset); |
// Make sure that this object has no properties, elements. |
CHECK_EQ(0, properties()->length()); |
- CHECK(HasFastObjectElements()); |
+ CHECK(HasFastSmiElements()); |
CHECK_EQ(0, FixedArray::cast(elements())->length()); |
} |