| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp
|
| index a91c312d700dff79fdf635306d76e141b938b60f..ba1fd9a1d0be91c1d848e9d250b67d0152a8202b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp
|
| @@ -49,7 +49,7 @@ OffscreenCanvasPlaceholder* OffscreenCanvasPlaceholder::getPlaceholderById(
|
| void OffscreenCanvasPlaceholder::registerPlaceholder(unsigned placeholderId) {
|
| DCHECK(!placeholderRegistry().contains(placeholderId));
|
| DCHECK(!isPlaceholderRegistered());
|
| - placeholderRegistry().add(placeholderId, this);
|
| + placeholderRegistry().insert(placeholderId, this);
|
| m_placeholderId = placeholderId;
|
| }
|
|
|
|
|