| Index: third_party/WebKit/Source/web/WebKit.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebKit.cpp b/third_party/WebKit/Source/web/WebKit.cpp
|
| index a7dc8e7a4a535731c2e2ec173cf00d0b6bd7e698..1051c2379c90b7e4db63a57db75c21a4791d7918 100644
|
| --- a/third_party/WebKit/Source/web/WebKit.cpp
|
| +++ b/third_party/WebKit/Source/web/WebKit.cpp
|
| @@ -186,4 +186,9 @@ void MemoryPressureNotificationToWorkerThreadIsolates(
|
| MemoryPressureNotificationToWorkerThreadIsolates(level);
|
| }
|
|
|
| +void setRAILModeOnWorkerThreadIsolates(v8::RAILMode railMode)
|
| +{
|
| + WorkerBackingThread::setRAILModeOnWorkerThreadIsolates(railMode);
|
| +}
|
| +
|
| } // namespace blink
|
|
|