| 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:
|
|
|