| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| index 4ce3ed58eccf8cc5390c6d7e7f650e401148091d..c7a2b0740a3bdb0a4e9d0e93551936f14a17a807 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| @@ -317,11 +317,8 @@ WorkerGlobalScope::WorkerGlobalScope(
|
| m_closing(false),
|
| m_eventQueue(WorkerEventQueue::create(this)),
|
| m_workerClients(workerClients),
|
| - m_timers(Platform::current()
|
| - ->currentThread()
|
| - ->scheduler()
|
| - ->timerTaskRunner()
|
| - ->clone()),
|
| + m_timers(
|
| + Platform::current()->currentThread()->scheduler()->timerTaskRunner()),
|
| m_timeOrigin(timeOrigin),
|
| m_lastPendingErrorEventId(0) {
|
| InstanceCounters::incrementCounter(
|
|
|