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

Unified Diff: third_party/WebKit/Source/core/dom/IntersectionObserverController.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/dom/IntersectionObserverController.h
diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
index 59e994b2fc88e1d9e53f51bac4e46e1cba6949e4..c081ca8265d3985cbabfc7b74606e3f376f6ca44 100644
--- a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
@@ -5,8 +5,8 @@
#ifndef IntersectionObserverController_h
#define IntersectionObserverController_h
-#include "core/dom/ActiveDOMObject.h"
#include "core/dom/IntersectionObserver.h"
+#include "core/dom/SuspendableObject.h"
#include "platform/heap/Handle.h"
#include "wtf/HashSet.h"
#include "wtf/WeakPtr.h"
@@ -20,7 +20,7 @@ class Document;
class IntersectionObserverController
: public GarbageCollectedFinalized<IntersectionObserverController>,
- public ActiveDOMObject {
+ public SuspendableObject {
USING_GARBAGE_COLLECTED_MIXIN(IntersectionObserverController);
public:

Powered by Google App Engine
This is Rietveld 408576698