| 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 8a0d6ba8e43a993cd4090aa80d3b87f351e3bbb8..2cc09389b2294c3cd08ec21b8032bf26fc0235d5 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaQueryList.h
|
| +++ b/third_party/WebKit/Source/core/css/MediaQueryList.h
|
| @@ -23,7 +23,7 @@
|
| #include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| -#include "core/dom/ActiveDOMObject.h"
|
| +#include "core/dom/SuspendableObject.h"
|
| #include "core/events/EventTarget.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| @@ -43,7 +43,7 @@ class MediaQuerySet;
|
|
|
| class CORE_EXPORT MediaQueryList final : public EventTargetWithInlineData,
|
| public ActiveScriptWrappable,
|
| - public ActiveDOMObject {
|
| + public SuspendableObject {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(MediaQueryList);
|
| WTF_MAKE_NONCOPYABLE(MediaQueryList);
|
| @@ -78,7 +78,7 @@ class CORE_EXPORT MediaQueryList final : public EventTargetWithInlineData,
|
| // From ScriptWrappable
|
| bool hasPendingActivity() const final;
|
|
|
| - // From ActiveDOMObject
|
| + // From SuspendableObject
|
| void contextDestroyed() override;
|
|
|
| const AtomicString& interfaceName() const override;
|
|
|