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