| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index f4246adaaa6abe56babb1ee6f83f38161f1e0743..6d1fe16ba8b38d4d83c2929f5461aadd5714061d 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -101,7 +101,7 @@ WebEmbeddedWorkerImpl::WebEmbeddedWorkerImpl(
|
| m_askedToTerminate(false),
|
| m_pauseAfterDownloadState(DontPauseAfterDownload),
|
| m_waitingForDebuggerState(NotWaitingForDebugger) {
|
| - runningWorkerInstances().add(this);
|
| + runningWorkerInstances().insert(this);
|
| }
|
|
|
| WebEmbeddedWorkerImpl::~WebEmbeddedWorkerImpl() {
|
|
|