| Index: third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
|
| diff --git a/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp b/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
|
| index f9c11fbb1a8e4174e7aacbb4e92d670211e05b25..0902c7a4bb0f0afb99ceee4175bcdc74bf48bf51 100644
|
| --- a/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
|
| +++ b/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
|
| @@ -41,7 +41,7 @@ WebThreadSupportingGC::~WebThreadSupportingGC()
|
| {
|
| if (ThreadState::current() && m_owningThread) {
|
| // WebThread's destructor blocks until all the tasks are processed.
|
| - SafePointScope scope(ThreadState::HeapPointersOnStack);
|
| + SafePointScope scope(BlinkGC::HeapPointersOnStack);
|
| m_owningThread.clear();
|
| }
|
| }
|
|
|