| Index: Source/web/WebSharedWorkerImpl.cpp
|
| diff --git a/Source/web/WebSharedWorkerImpl.cpp b/Source/web/WebSharedWorkerImpl.cpp
|
| index 97fb9abf6be30d7d1d0e8fc089dc3c4cafdc8511..0a0b1c9b98e3ac284516161fb67a5ecf52fe69d8 100644
|
| --- a/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -183,7 +183,7 @@ void WebSharedWorkerImpl::workerGlobalScopeClosedOnMainThread()
|
| stopWorkerThread();
|
| }
|
|
|
| -void WebSharedWorkerImpl::workerGlobalScopeStarted()
|
| +void WebSharedWorkerImpl::workerGlobalScopeStarted(WorkerGlobalScope*)
|
| {
|
| }
|
|
|
|
|