| Index: third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp
|
| index b3e670d1e47045c4272e0ec199a9d78561de210d..5836b132fa088c0e516184d9ab03338445434abf 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp
|
| @@ -209,7 +209,7 @@ void PaintWorkletGlobalScope::addPendingGenerator(
|
| const String& name,
|
| CSSPaintImageGeneratorImpl* generator) {
|
| Member<GeneratorHashSet>& set =
|
| - m_pendingGenerators.add(name, nullptr).storedValue->value;
|
| + m_pendingGenerators.insert(name, nullptr).storedValue->value;
|
| if (!set)
|
| set = new GeneratorHashSet;
|
| set->insert(generator);
|
|
|