| Index: Source/web/WebSharedWorkerImpl.cpp
|
| diff --git a/Source/web/WebSharedWorkerImpl.cpp b/Source/web/WebSharedWorkerImpl.cpp
|
| index c770479787f6a4627357870d9d4f5459986b9981..0973e004ecc8315542df6b10f56ad3dc7e7c63f4 100644
|
| --- a/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -255,6 +255,9 @@ void WebSharedWorkerImpl::startWorkerContext(const WebURL& url, const WebString&
|
| setWorkerThread(SharedWorkerThread::create(name, *this, *this, startupData.release()));
|
|
|
| workerThread()->start();
|
| + // FIXME(horo): This call will be moved when we implement script loading in WebSharedWorkerImpl.
|
| + if (client())
|
| + client()->workerScriptLoaded();
|
| }
|
|
|
| void WebSharedWorkerImpl::terminateWorkerContext()
|
|
|