| Index: third_party/WebKit/Source/core/css/MediaQueryList.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/MediaQueryList.cpp b/third_party/WebKit/Source/core/css/MediaQueryList.cpp
|
| index ad55949bd1a490d13daf854638a2b2dc8e7643bd..26c4c751d904004dc6fefd379233969c001b655f 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaQueryList.cpp
|
| +++ b/third_party/WebKit/Source/core/css/MediaQueryList.cpp
|
| @@ -76,7 +76,7 @@ void MediaQueryList::removeListener(MediaQueryListListener* listener) {
|
| if (!listener)
|
| return;
|
|
|
| - m_listeners.remove(listener);
|
| + m_listeners.erase(listener);
|
| }
|
|
|
| bool MediaQueryList::hasPendingActivity() const {
|
|
|