| Index: third_party/WebKit/Source/core/workers/WorkerBackingThread.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerBackingThread.h b/third_party/WebKit/Source/core/workers/WorkerBackingThread.h
|
| index 888f0fbdf9a1a8fb178a17d8ed337643e6bb79c8..278498b06c9119b7cccd229dcf56ae58df2fae1f 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerBackingThread.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerBackingThread.h
|
| @@ -61,6 +61,9 @@ public:
|
|
|
| v8::Isolate* isolate() { return m_isolate; }
|
|
|
| + static void MemoryPressureNotificationToWorkerThreadIsolates(
|
| + v8::MemoryPressureLevel);
|
| +
|
| private:
|
| WorkerBackingThread(const char* name, bool shouldCallGCOnShutdown);
|
| WorkerBackingThread(WebThread*, bool shouldCallGCOnSHutdown);
|
|
|