| 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 a6ddc704b8d011e92083e5722ce152f464f0eade..d6eb315ec7000262643ea7f8a82b3187f59b1a23 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaQueryList.cpp
|
| +++ b/third_party/WebKit/Source/core/css/MediaQueryList.cpp
|
| @@ -38,7 +38,7 @@ MediaQueryList* MediaQueryList::create(ExecutionContext* context,
|
| MediaQueryList::MediaQueryList(ExecutionContext* context,
|
| MediaQueryMatcher* matcher,
|
| MediaQuerySet* media)
|
| - : ActiveScriptWrappable(this),
|
| + : ActiveScriptWrappable<MediaQueryList>(this),
|
| SuspendableObject(context),
|
| m_matcher(matcher),
|
| m_media(media),
|
|
|