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 1567ddae3959d8e776c248f24f642644a0ffae52..783696013173480892fcdd27c018335cb8ccb238 100644 |
--- a/third_party/WebKit/Source/core/workers/DedicatedWorkerThread.cpp |
+++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerThread.cpp |
@@ -70,7 +70,6 @@ void DedicatedWorkerThread::postInitialize() |
{ |
// Notify the parent object of our current active state before the event |
// loop starts processing tasks. |
- m_workerObjectProxy.reportPendingActivity(workerGlobalScope()->hasPendingActivity()); |
} |
} // namespace blink |