Index: src/objects-debug.cc |
diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
index bdd6560cad22fca9d2c08266571e3630835c706a..4dcdb5dd1f173923ab9f4290ace46be8d65b8d58 100644 |
--- a/src/objects-debug.cc |
+++ b/src/objects-debug.cc |
@@ -1043,7 +1043,6 @@ void PromiseResolveThenableJobInfo::PromiseResolveThenableJobInfoVerify() { |
CHECK(then()->IsJSReceiver()); |
CHECK(resolve()->IsJSFunction()); |
CHECK(reject()->IsJSFunction()); |
- VerifySmiField(kDebugIdOffset); |
CHECK(context()->IsContext()); |
} |
@@ -1061,7 +1060,6 @@ void PromiseReactionJobInfo::PromiseReactionJobInfoVerify() { |
CHECK(deferred_on_reject()->IsUndefined(isolate) || |
deferred_on_reject()->IsCallable() || |
deferred_on_reject()->IsFixedArray()); |
- VerifySmiField(kDebugIdOffset); |
CHECK(context()->IsContext()); |
} |