summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/intersection_observer/IntersectionObserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/intersection_observer/IntersectionObserver.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/core/intersection_observer/IntersectionObserver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/intersection_observer/IntersectionObserver.cpp b/chromium/third_party/WebKit/Source/core/intersection_observer/IntersectionObserver.cpp
index f6a932411a1..2af3d3e83c2 100644
--- a/chromium/third_party/WebKit/Source/core/intersection_observer/IntersectionObserver.cpp
+++ b/chromium/third_party/WebKit/Source/core/intersection_observer/IntersectionObserver.cpp
@@ -329,7 +329,6 @@ String IntersectionObserver::rootMargin() const {
void IntersectionObserver::EnqueueIntersectionObserverEntry(
IntersectionObserverEntry& entry) {
- DCHECK(delegate_->GetExecutionContext());
entries_.push_back(&entry);
ToDocument(delegate_->GetExecutionContext())
->EnsureIntersectionObserverController()