 Chromium Code Reviews
 Chromium Code Reviews Issue 2695753002:
  [ESnext] Implement Promise.prototype.finally  (Closed)
    
  
    Issue 2695753002:
  [ESnext] Implement Promise.prototype.finally  (Closed) 
  | Index: src/objects-debug.cc | 
| diff --git a/src/objects-debug.cc b/src/objects-debug.cc | 
| index 5d032d152e7fa6b0b06c4831e56cb984cd3230ef..d44806b116c2af0a97b9ab6a366a68d63f00f56c 100644 | 
| --- a/src/objects-debug.cc | 
| +++ b/src/objects-debug.cc | 
| @@ -474,7 +474,6 @@ void JSGeneratorObject::JSGeneratorObjectVerify() { | 
| VerifyObjectField(kContinuationOffset); | 
| } | 
| - | 
| void JSValue::JSValueVerify() { | 
| Object* v = value(); | 
| if (v->IsHeapObject()) { |