| Index: Source/web/WebSharedWorkerImpl.cpp | 
| diff --git a/Source/web/WebSharedWorkerImpl.cpp b/Source/web/WebSharedWorkerImpl.cpp | 
| index 5eaacfa7b28bc228b1f0b258be293e7ce181859e..97fb9abf6be30d7d1d0e8fc089dc3c4cafdc8511 100644 | 
| --- a/Source/web/WebSharedWorkerImpl.cpp | 
| +++ b/Source/web/WebSharedWorkerImpl.cpp | 
| @@ -248,6 +248,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() | 
|  |