| Index: third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| diff --git a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| index a4f8bcfddd152b53232944dc96ac7877f28e5596..8da31217c635a9d596e9f803ac586e9a3717f5fb 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| @@ -470,7 +470,7 @@ bool Bridge::waitForMethodCompletion(PassOwnPtr<ExecutionContextTask> task)
|
|
|
| // We wait for the syncHelper event even if a shutdown event is fired.
|
| // See https://codereview.chromium.org/267323004/#msg43 for why we need to wait this.
|
| - SafePointScope scope(ThreadState::HeapPointersOnStack);
|
| + SafePointScope scope(BlinkGC::HeapPointersOnStack);
|
| m_syncHelper->wait();
|
| // This is checking whether a shutdown event is fired or not.
|
| return !m_workerGlobalScope->thread()->terminated();
|
|
|