| Index: third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThread.cpp b/third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| index 2ba48389950245b3303ef50ef2f0c6933056bc1c..2a426add216f71f3b7f95cc935123a66215c3c37 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| @@ -301,7 +301,7 @@ WorkerThread::WorkerThread(PassRefPtr<WorkerLoaderProxy> workerLoaderProxy,
|
| m_workerThreadLifecycleContext(new WorkerThreadLifecycleContext) {
|
| DCHECK(isMainThread());
|
| MutexLocker lock(threadSetMutex());
|
| - workerThreads().add(this);
|
| + workerThreads().insert(this);
|
| }
|
|
|
| void WorkerThread::terminateInternal(TerminationMode mode) {
|
|
|