| Index: src/objects-debug.cc | 
| diff --git a/src/objects-debug.cc b/src/objects-debug.cc | 
| index a3aa18e8598fdeacdbc2b89422882199fc50f187..986970444fabf7eec8a981ea245eb2292258ee3a 100644 | 
| --- a/src/objects-debug.cc | 
| +++ b/src/objects-debug.cc | 
| @@ -1037,7 +1037,6 @@ void PromiseResolveThenableJobInfo::PromiseResolveThenableJobInfoVerify() { | 
| CHECK(resolve()->IsJSFunction()); | 
| CHECK(reject()->IsJSFunction()); | 
| VerifySmiField(kDebugIdOffset); | 
| -  VerifySmiField(kDebugNameOffset); | 
| CHECK(context()->IsContext()); | 
| } | 
|  | 
| @@ -1056,7 +1055,6 @@ void PromiseReactionJobInfo::PromiseReactionJobInfoVerify() { | 
| deferred_on_reject()->IsCallable() || | 
| deferred_on_reject()->IsFixedArray()); | 
| VerifySmiField(kDebugIdOffset); | 
| -  VerifySmiField(kDebugNameOffset); | 
| CHECK(context()->IsContext()); | 
| } | 
|  | 
|  |