Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index c51caf3212529b3a593b456dca8a88b436662f9f..455eb1fb99cc1e9e9a293d4e60f1e3197d345e2b 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -744,6 +744,8 @@ class Isolate { |
| void RequestInterrupt(InterruptCallback callback, void* data); |
| void InvokeApiInterruptCallbacks(); |
| + void RequestMemoryPressureInterrupt(); |
| + |
| // Administration |
| void Iterate(ObjectVisitor* v); |
| void Iterate(ObjectVisitor* v, ThreadLocalTop* t); |