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 b87f5a2adff9776d399bf20697387a39a4c07760..efc3d6571a6a53af3cc026440e1c7bc8c4013bb2 100644 |
--- a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h |
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h |
@@ -17,7 +17,6 @@ |
namespace blink { |
class IntersectionObserverController : public GarbageCollectedFinalized<IntersectionObserverController>, public ActiveDOMObject { |
- USING_GARBAGE_COLLECTED_MIXIN(IntersectionObserverController); |
public: |
static IntersectionObserverController* create(Document*); |
~IntersectionObserverController(); |