| Index: src/api.cc
 | 
| diff --git a/src/api.cc b/src/api.cc
 | 
| index 65777bc0f0d9da4204750c24bd19e6616a8ffd1d..61e565f97b7a5dfd2aa910ebfe9398cd752b6b22 100644
 | 
| --- a/src/api.cc
 | 
| +++ b/src/api.cc
 | 
| @@ -6742,9 +6742,9 @@ void Isolate::LowMemoryNotification() {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -int Isolate::ContextDisposedNotification() {
 | 
| +int Isolate::ContextDisposedNotification(bool dependant_context) {
 | 
|    i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this);
 | 
| -  return isolate->heap()->NotifyContextDisposed();
 | 
| +  return isolate->heap()->NotifyContextDisposed(dependant_context);
 | 
|  }
 | 
|  
 | 
|  
 | 
| 
 |