Chromium Code Reviews| Index: Source/web/WebSharedWorkerImpl.cpp |
| diff --git a/Source/web/WebSharedWorkerImpl.cpp b/Source/web/WebSharedWorkerImpl.cpp |
| index 4481e1766bc38fa667a305f91cd7ceae84576926..3e3518603002ab852a32f1f90a3828c0ca375b82 100644 |
| --- a/Source/web/WebSharedWorkerImpl.cpp |
| +++ b/Source/web/WebSharedWorkerImpl.cpp |
| @@ -200,6 +200,8 @@ void WebSharedWorkerImpl::didFinishDocumentLoad(WebLocalFrame* frame) |
| DenyCrossOriginRequests, |
| bind(&WebSharedWorkerImpl::didReceiveScriptLoaderResponse, this), |
| bind(&WebSharedWorkerImpl::onScriptLoaderFinished, this)); |
| + // Do nothing here since onScriptLoaderFinished() might be already invoked |
|
haraken
2015/07/02 06:18:06
might be => might have been
Takashi Toyoshima
2015/07/02 07:33:56
Done.
|
| + // and |this| might have been deleted at this point. |
| } |
| bool WebSharedWorkerImpl::isControlledByServiceWorker(WebDataSource& dataSource) |