Index: src/objects-debug.cc |
diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
index b6dd42553cf404d8af27ce89d829a0efbfeff338..cf9f5b711ea7f8982ec08c4cc3426698f1b7bd5a 100644 |
--- a/src/objects-debug.cc |
+++ b/src/objects-debug.cc |
@@ -553,9 +553,7 @@ void JSBoundFunction::JSBoundFunctionVerify() { |
VerifyObjectField(kBoundThisOffset); |
VerifyObjectField(kBoundTargetFunctionOffset); |
VerifyObjectField(kBoundArgumentsOffset); |
- VerifyObjectField(kCreationContextOffset); |
CHECK(bound_target_function()->IsCallable()); |
- CHECK(creation_context()->IsNativeContext()); |
CHECK(IsCallable()); |
CHECK_EQ(IsConstructor(), bound_target_function()->IsConstructor()); |
} |