Index: third_party/WebKit/Source/core/dom/IntersectionObservation.cpp |
diff --git a/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp b/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp |
index 1f06da2f7f20b48a858b902738a2a7bf00991ed3..50a39e0ffde555efe92c1f053fe04ebe2d77b154 100644 |
--- a/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp |
+++ b/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp |
@@ -23,6 +23,10 @@ IntersectionObservation::IntersectionObservation(IntersectionObserver& observer, |
{ |
} |
+IntersectionObservation::~IntersectionObservation() |
+{ |
+} |
+ |
Element* IntersectionObservation::target() const |
{ |
return toElement(m_target.get()); |