| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| index d49d6886364f464618900d7fae09e86ef7cf3251..d2e25128ac7772c8c9745be734316a470ceae592 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -417,7 +417,7 @@ void GraphicsLayer::unregisterContentsLayer(WebLayer* layer) {
|
| DCHECK(s_registeredLayerSet);
|
| if (!s_registeredLayerSet->contains(layer->id()))
|
| CRASH();
|
| - s_registeredLayerSet->remove(layer->id());
|
| + s_registeredLayerSet->erase(layer->id());
|
| }
|
|
|
| void GraphicsLayer::setContentsTo(WebLayer* layer) {
|
|
|