Index: third_party/WebKit/Source/core/css/MediaQueryList.h |
diff --git a/third_party/WebKit/Source/core/css/MediaQueryList.h b/third_party/WebKit/Source/core/css/MediaQueryList.h |
index 2cc09389b2294c3cd08ec21b8032bf26fc0235d5..e7fe4acc975ad97017b347a444935e187df3d7bc 100644 |
--- a/third_party/WebKit/Source/core/css/MediaQueryList.h |
+++ b/third_party/WebKit/Source/core/css/MediaQueryList.h |
@@ -41,9 +41,10 @@ class MediaQuerySet; |
// to retrieve the current value of the given media query and to add/remove |
// listeners that will be called whenever the value of the query changes. |
-class CORE_EXPORT MediaQueryList final : public EventTargetWithInlineData, |
- public ActiveScriptWrappable, |
- public SuspendableObject { |
+class CORE_EXPORT MediaQueryList final |
+ : public EventTargetWithInlineData, |
+ public ActiveScriptWrappable<MediaQueryList>, |
+ public SuspendableObject { |
DEFINE_WRAPPERTYPEINFO(); |
USING_GARBAGE_COLLECTED_MIXIN(MediaQueryList); |
WTF_MAKE_NONCOPYABLE(MediaQueryList); |