| Index: third_party/WebKit/Source/core/workers/DedicatedWorkerThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerThread.cpp b/third_party/WebKit/Source/core/workers/DedicatedWorkerThread.cpp
|
| index 371c153f255510d32e4a342caef1e0d9d3f98b89..b94fe7a8e45c95b321470c32edeadf5703b92999 100644
|
| --- a/third_party/WebKit/Source/core/workers/DedicatedWorkerThread.cpp
|
| +++ b/third_party/WebKit/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(false);
|
| + m_workerObjectProxy.reportPendingActivity(toWorkerGlobalScope(globalScope()));
|
| }
|
|
|
| } // namespace blink
|
|
|