| Index: src/api.cc
|
| diff --git a/src/api.cc b/src/api.cc
|
| index 82ace9c55be6c16cbfa0e9201a910d67ba7a5f12..adb62f54fca0b1c5195e54ef2e7868226e2d5061 100644
|
| --- a/src/api.cc
|
| +++ b/src/api.cc
|
| @@ -8286,6 +8286,7 @@ 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) {
|
|
|