| Index: Source/web/WebSharedWorkerImpl.h
|
| diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h
|
| index 88120a0741b94966cc146bafa92372b4783a5a8b..970437217e82cf5c7e8b875aa6e97e942da462c4 100644
|
| --- a/Source/web/WebSharedWorkerImpl.h
|
| +++ b/Source/web/WebSharedWorkerImpl.h
|
| @@ -145,7 +145,7 @@ private:
|
| RefPtr<WorkerThread> m_workerThread;
|
|
|
| // This one's initialized and bound to the main thread.
|
| - RefPtr<WeakReference<WebSharedWorkerClient> > m_client;
|
| + RefPtr<WeakReference<WebSharedWorkerClient>> m_client;
|
|
|
| // Usually WeakPtr is created by WeakPtrFactory exposed by Client
|
| // class itself, but here it's implemented by Chrome so we create
|
|
|