| 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 a1db575f3a9afaf1007e47e192c6d86e16ea9175..f57985e962eebc74aeaa36e0294842601f9cd985 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaQueryList.cpp
|
| +++ b/third_party/WebKit/Source/core/css/MediaQueryList.cpp
|
| @@ -84,7 +84,7 @@ bool MediaQueryList::hasPendingActivity() const {
|
| (m_listeners.size() || hasEventListeners(EventTypeNames::change));
|
| }
|
|
|
| -void MediaQueryList::contextDestroyed() {
|
| +void MediaQueryList::contextDestroyed(ExecutionContext*) {
|
| m_listeners.clear();
|
| removeAllEventListeners();
|
| }
|
|
|