| 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 ea797969b1f0878a2ab0db60a535113c567fddf3..6fb752a8ecc45eb63304e56e06ecdc5374f6a05d 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
|
| @@ -36,7 +36,7 @@ static HashSet<v8::Isolate*>& isolates() {
|
|
|
| static void addWorkerIsolate(v8::Isolate* isolate) {
|
| MutexLocker lock(isolatesMutex());
|
| - isolates().add(isolate);
|
| + isolates().insert(isolate);
|
| }
|
|
|
| static void removeWorkerIsolate(v8::Isolate* isolate) {
|
|
|