| Index: third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp b/third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp
|
| index 409fb9c8e9d14ed9ed12facce80e46c2d98179b7..68ec7e743674cb2a9f8af476caf886a626de2ec2 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp
|
| @@ -61,7 +61,7 @@ void IntersectionObserverController::deliverIntersectionObservations() {
|
| m_pendingIntersectionObservers.clear();
|
| return;
|
| }
|
| - if (context->activeDOMObjectsAreSuspended()) {
|
| + if (context->isContextSuspended()) {
|
| m_callbackFiredWhileSuspended = true;
|
| return;
|
| }
|
|
|