| 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 4d5edffbbab47f835a3377f9c32824c1c93cbcb7..82f6a76398717a3df1033ca89205efaa91a0fa34 100644
|
| --- a/third_party/WebKit/Source/core/workers/DedicatedWorkerThread.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerThread.cpp
|
| @@ -66,11 +66,4 @@ void DedicatedWorkerThread::clearWorkerBackingThread()
|
| m_workerBackingThread = nullptr;
|
| }
|
|
|
| -void DedicatedWorkerThread::postInitialize()
|
| -{
|
| - // Notify the parent object of our current active state before the event
|
| - // loop starts processing tasks.
|
| - m_workerObjectProxy.reportPendingActivity(false);
|
| -}
|
| -
|
| } // namespace blink
|
|
|