| 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 070b2cf9ea7dbe28414da02a321ef22e1e92a763..178958b5146df7f13447d1d86ae385eed8d34db8 100644
|
| --- a/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
|
| +++ b/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
|
| @@ -64,7 +64,7 @@ void WebThreadSupportingGC::shutdown()
|
| if (m_owningThread)
|
| m_owningThread->scheduler()->shutdown();
|
|
|
| - ThreadState::detach();
|
| + ThreadState::detachCurrentThread();
|
| }
|
|
|
| } // namespace blink
|
|
|