| Index: Source/core/workers/DedicatedWorkerThread.cpp
|
| diff --git a/Source/core/workers/DedicatedWorkerThread.cpp b/Source/core/workers/DedicatedWorkerThread.cpp
|
| index f7702ba06ea0d0afb53b746b13519db30bfd69fc..cde5669baee9bb1735b044416dc39633e0ceff3f 100644
|
| --- a/Source/core/workers/DedicatedWorkerThread.cpp
|
| +++ b/Source/core/workers/DedicatedWorkerThread.cpp
|
| @@ -70,7 +70,7 @@ void DedicatedWorkerThread::postInitialize()
|
| {
|
| // Notify the parent object of our current active state before the event
|
| // loop starts processing tasks.
|
| - m_workerObjectProxy.reportPendingActivity(workerGlobalScope()->hasPendingActivity());
|
| + m_workerObjectProxy.reportPendingActivity(workerGlobalScope()->ContextLifecycleNotifier::hasPendingActivity());
|
| }
|
|
|
| } // namespace blink
|
|
|