| 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 6fc16275ef713d78025736b7bbffa3d940a443a2..79321b0470fb5b8b9ca2378acd152ab0e1cd0608 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerBackingThread.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerBackingThread.h
|
| @@ -55,6 +55,8 @@ public:
|
| static void MemoryPressureNotificationToWorkerThreadIsolates(
|
| v8::MemoryPressureLevel);
|
|
|
| + static void setRAILModeOnWorkerThreadIsolates(v8::RAILMode);
|
| +
|
| private:
|
| WorkerBackingThread(const char* name, bool shouldCallGCOnShutdown);
|
| WorkerBackingThread(WebThread*, bool shouldCallGCOnSHutdown);
|
|
|