| Index: src/api.cc
 | 
| diff --git a/src/api.cc b/src/api.cc
 | 
| index 775c884c593e3ed90521bef223cf4b816ed35446..15fdcf0a953179e42e214ff2a915a979d90d975a 100644
 | 
| --- a/src/api.cc
 | 
| +++ b/src/api.cc
 | 
| @@ -5867,10 +5867,10 @@ int HeapGraphNode::GetSelfSize() const {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -int HeapGraphNode::GetRetainedSize(bool exact) const {
 | 
| +int HeapGraphNode::GetRetainedSize() const {
 | 
|    i::Isolate* isolate = i::Isolate::Current();
 | 
|    IsDeadCheck(isolate, "v8::HeapSnapshot::GetRetainedSize");
 | 
| -  return ToInternal(this)->RetainedSize(exact);
 | 
| +  return ToInternal(this)->retained_size();
 | 
|  }
 | 
|  
 | 
|  
 | 
| 
 |