| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| index 5e84495edfae63401b4f9fbcaa38135577e6633f..9332683a078bc9c02767422a23196cedb91ee244 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -781,7 +781,7 @@ void HTMLCanvasElement::addListener(CanvasDrawListener* listener) {
|
| }
|
|
|
| void HTMLCanvasElement::removeListener(CanvasDrawListener* listener) {
|
| - m_listeners.remove(listener);
|
| + m_listeners.erase(listener);
|
| }
|
|
|
| SecurityOrigin* HTMLCanvasElement::getSecurityOrigin() const {
|
|
|