| Index: Source/core/workers/WorkerMessagingProxy.h
|
| diff --git a/Source/core/workers/WorkerMessagingProxy.h b/Source/core/workers/WorkerMessagingProxy.h
|
| index fb42b2b88f690d76394fe80c2fbff8bdac4ac622..43a36caeb7d1cea646a10958530644123ca14189 100644
|
| --- a/Source/core/workers/WorkerMessagingProxy.h
|
| +++ b/Source/core/workers/WorkerMessagingProxy.h
|
| @@ -97,7 +97,7 @@ private:
|
|
|
| bool m_askedToTerminate;
|
|
|
| - Vector<OwnPtr<ExecutionContextTask> > m_queuedEarlyTasks; // Tasks are queued here until there's a thread object created.
|
| + Vector<OwnPtr<ExecutionContextTask>> m_queuedEarlyTasks; // Tasks are queued here until there's a thread object created.
|
| OwnPtr<WorkerInspectorProxy> m_workerInspectorProxy;
|
|
|
| OwnPtrWillBePersistent<WorkerClients> m_workerClients;
|
|
|