| Index: third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserver.h b/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| index 79d8c278613d9b812fea1e8e11bc8c8051df0a41..f793a6f958543add45b3d8b5810b6d6c2297357d 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| @@ -20,6 +20,7 @@ class ExceptionState;
|
| class IntersectionObserverCallback;
|
| class IntersectionObserverInit;
|
|
|
| +// TODO(oilpan): Switch to GarbageCollected<> after oilpan ships
|
| class IntersectionObserver final : public GarbageCollectedFinalized<IntersectionObserver>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
|
|