| 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 d1fa3da37ddaf88fef4b1959220bbe7d529770c7..22bc61f9e34f0f9b300908853b0913aad77d1faa 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;
|
| }
|
|
|
|
|