| Index: third_party/WebKit/Source/core/workers/Worklet.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/Worklet.cpp b/third_party/WebKit/Source/core/workers/Worklet.cpp
|
| index 6dbdc7fbd29b322395ddae5c57bd646904c971e9..da888b1c3ade3b7a8601850868c67cf716a4c622 100644
|
| --- a/third_party/WebKit/Source/core/workers/Worklet.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/Worklet.cpp
|
| @@ -45,7 +45,7 @@ ScriptPromise Worklet::import(ScriptState* scriptState, const String& url) {
|
| if (resource) {
|
| WorkletScriptLoader* workletLoader =
|
| WorkletScriptLoader::create(resolver, this, resource);
|
| - m_scriptLoaders.add(workletLoader);
|
| + m_scriptLoaders.insert(workletLoader);
|
| } else {
|
| resolver->reject(DOMException::create(NetworkError));
|
| }
|
|
|