| Index: third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp b/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp
|
| index 7ce7a1e25bbee4d0b8d054840842f8dc41271571..79d84cc765845fb58783d94ad702fa38c9368f14 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp
|
| @@ -110,8 +110,8 @@ bool ContextLifecycleNotifier::hasPendingActivity() const
|
| for (ContextLifecycleObserver* observer : m_observers) {
|
| if (observer->observerType() != ContextLifecycleObserver::ActiveDOMObjectType)
|
| continue;
|
| - ActiveDOMObject* activeDOMObject = static_cast<ActiveDOMObject*>(observer);
|
| - if (activeDOMObject->hasPendingActivity())
|
| + // ActiveDOMObject* activeDOMObject = static_cast<ActiveDOMObject*>(observer);
|
| + // if (activeDOMObject->hasPendingActivity())
|
| return true;
|
| }
|
| return false;
|
|
|