| 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 1b57d60f0ef6e424500d2c8c1e684e20c94b6417..64265f1c441c1e34e26048461af69ebcf1a27dc2 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -112,7 +112,7 @@ WebEmbeddedWorkerImpl::~WebEmbeddedWorkerImpl() {
|
| m_workerThread->terminateAndWait();
|
|
|
| DCHECK(runningWorkerInstances().contains(this));
|
| - runningWorkerInstances().remove(this);
|
| + runningWorkerInstances().erase(this);
|
| DCHECK(m_webView);
|
|
|
| // Detach the client before closing the view to avoid getting called back.
|
|
|