| Index: third_party/WebKit/Source/platform/TaskSynchronizer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/TaskSynchronizer.cpp b/third_party/WebKit/Source/platform/TaskSynchronizer.cpp
|
| index e4fbb92b8fee791604afbd3d6b4bfee2d93a3e2f..075d3b110d89f16a3b16533a8b43582399b372ef 100644
|
| --- a/third_party/WebKit/Source/platform/TaskSynchronizer.cpp
|
| +++ b/third_party/WebKit/Source/platform/TaskSynchronizer.cpp
|
| @@ -44,7 +44,7 @@ void TaskSynchronizer::waitForTaskCompletion()
|
| if (ThreadState::current()) {
|
| // Prevent the deadlock between park request by other threads and blocking
|
| // by m_synchronousCondition.
|
| - SafePointScope scope(ThreadState::HeapPointersOnStack);
|
| + SafePointScope scope(BlinkGC::HeapPointersOnStack);
|
| waitForTaskCompletionInternal();
|
| } else {
|
| // If this thread is already detached, we no longer need to enter a safe point scope.
|
|
|