Index: src/execution.cc |
diff --git a/src/execution.cc b/src/execution.cc |
index 961fd3cb49ecbd6a940860ba85bf607823f48221..dd62ee2515e369839ad5b616a7e2d4e83bc0e116 100644 |
--- a/src/execution.cc |
+++ b/src/execution.cc |
@@ -95,7 +95,7 @@ MUST_USE_RESULT static MaybeHandle<Object> Invoke( |
} |
#ifdef VERIFY_HEAP |
- value->Verify(); |
+ value->ObjectVerify(); |
#endif |
// Update the pending exception flag and return the value. |