| 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 ef2cc27e09398c090c51b27b73e8af93dc2e03bd..931c63f0818620293675e1a6a274a59aa144a203 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaQueryList.cpp
|
| +++ b/third_party/WebKit/Source/core/css/MediaQueryList.cpp
|
| @@ -35,7 +35,8 @@ PassRefPtrWillBeRawPtr<MediaQueryList> MediaQueryList::create(ExecutionContext*
|
| }
|
|
|
| MediaQueryList::MediaQueryList(ExecutionContext* context, PassRefPtrWillBeRawPtr<MediaQueryMatcher> matcher, PassRefPtrWillBeRawPtr<MediaQuerySet> media)
|
| - : ActiveDOMObject(context)
|
| + : ActiveScriptWrappable(this)
|
| + , ActiveDOMObject(context)
|
| , m_matcher(matcher)
|
| , m_media(media)
|
| , m_matchesDirty(true)
|
|
|