Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: third_party/WebKit/Source/core/css/MediaQueryList.h

Issue 2567913002: Rename ActiveDOMObject to SuspendableObject (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698