| Index: third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| index ae82cd6ba19b3d393c039110adccb7692238e3bb..22a18f09cd705097b663188787f921b2e8fba647 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| @@ -73,7 +73,7 @@ void WorkerInspectorProxy::workerThreadCreated(Document* document,
|
| void WorkerInspectorProxy::workerThreadTerminated() {
|
| if (m_workerThread) {
|
| DCHECK(inspectorProxies().contains(this));
|
| - inspectorProxies().remove(this);
|
| + inspectorProxies().erase(this);
|
| InspectorInstrumentation::workerTerminated(m_document, this);
|
| }
|
|
|
|
|