| Index: third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp b/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
|
| index 6664105c581e042797d1f99d55e76890207faafd..624747ee0b974c1efc6280a9b6b0cbc8278ba8fe 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
|
| @@ -41,7 +41,7 @@ static void addWorkerIsolate(v8::Isolate* isolate) {
|
|
|
| static void removeWorkerIsolate(v8::Isolate* isolate) {
|
| MutexLocker lock(isolatesMutex());
|
| - isolates().remove(isolate);
|
| + isolates().erase(isolate);
|
| }
|
|
|
| WorkerBackingThread::WorkerBackingThread(const char* name,
|
|
|