| 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 363c577fb781308428af3b117f9023011c8558e7..084703a4cd27ac3ac695b4cbb24adcf7579c1a37 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -773,7 +773,7 @@ void HTMLCanvasElement::toBlob(BlobCallback* callback,
|
| }
|
|
|
| void HTMLCanvasElement::addListener(CanvasDrawListener* listener) {
|
| - m_listeners.add(listener);
|
| + m_listeners.insert(listener);
|
| }
|
|
|
| void HTMLCanvasElement::removeListener(CanvasDrawListener* listener) {
|
|
|