| Index: src/api.cc
|
| diff --git a/src/api.cc b/src/api.cc
|
| index 7644eda57988d3f2890780a0c27b6bdbea4a8ae5..44933b965becb813a6f0dba8e2b8785ce844bc64 100644
|
| --- a/src/api.cc
|
| +++ b/src/api.cc
|
| @@ -8245,7 +8245,6 @@ void Isolate::IsolateInBackgroundNotification() {
|
| void Isolate::MemoryPressureNotification(MemoryPressureLevel level) {
|
| i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this);
|
| isolate->heap()->MemoryPressureNotification(level, Locker::IsLocked(this));
|
| - isolate->allocator()->MemoryPressureNotification(level);
|
| }
|
|
|
| void Isolate::SetRAILMode(RAILMode rail_mode) {
|
|
|