Index: Source/web/WebSharedWorkerImpl.cpp |
diff --git a/Source/web/WebSharedWorkerImpl.cpp b/Source/web/WebSharedWorkerImpl.cpp |
index 4481e1766bc38fa667a305f91cd7ceae84576926..7d3c937a1cbfce3a2efc76f081ac989bd76a4a50 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() would be already invoked |
+ // and |this| was deleted at this point. |
kinuko
2015/07/01 08:11:16
ditto
Takashi Toyoshima
2015/07/02 05:55:03
Done.
|
} |
bool WebSharedWorkerImpl::isControlledByServiceWorker(WebDataSource& dataSource) |