| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| index fdc3901cf638f790d23ffa5a325cf1e415b8dda3..49263604c7f4b7443f369213c95eb01dc43f6c79 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -169,6 +169,7 @@ void WebSharedWorkerImpl::loadShadowPage() {
|
| }
|
|
|
| void WebSharedWorkerImpl::didFinishDocumentLoad(WebLocalFrame* frame) {
|
| + DCHECK_EQ(frame, m_mainFrame);
|
| DCHECK(isMainThread());
|
| DCHECK(!m_loadingDocument);
|
| DCHECK(!m_mainScriptLoader);
|
|
|