| Index: Source/platform/heap/ThreadState.cpp
|
| diff --git a/Source/platform/heap/ThreadState.cpp b/Source/platform/heap/ThreadState.cpp
|
| index 0f9ad60c7a86af4e5bbdbb5d69f936234ae0bcf6..d44b9c4907175ea60e8c7450a30e57d23c14e600 100644
|
| --- a/Source/platform/heap/ThreadState.cpp
|
| +++ b/Source/platform/heap/ThreadState.cpp
|
| @@ -330,7 +330,7 @@ ThreadState::ThreadState()
|
| m_weakCallbackStack = new CallbackStack();
|
|
|
| if (blink::Platform::current())
|
| - m_sweeperThread = adoptPtr(blink::Platform::current()->createThread("Blink GC Sweeper"));
|
| + m_sweeperThread = adoptPtr(blink::Platform::current()->createThread("Blink GC Sweeper Thread"));
|
| }
|
|
|
| ThreadState::~ThreadState()
|
|
|