| Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| index ad655da1447bc2b9db8aff5636be06c425700801..e730ac088b2b7366f013c1bc0658694868ba7f58 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -381,9 +381,9 @@ void FrameLoaderClientImpl::dispatchDidReceiveResponse(
|
|
|
| void FrameLoaderClientImpl::dispatchDidFinishDocumentLoad() {
|
| // TODO(dglazkov): Sadly, workers are WebFrameClients, and they can totally
|
| - // destroy themselves when didFinishDocumentLoad is invoked, and in turn destroy
|
| - // the fake WebLocalFrame that they create, which means that you should not
|
| - // put any code touching `this` after the two lines below.
|
| + // destroy themselves when didFinishDocumentLoad is invoked, and in turn
|
| + // destroy the fake WebLocalFrame that they create, which means that you
|
| + // should not put any code touching `this` after the two lines below.
|
| if (m_webFrame->client())
|
| m_webFrame->client()->didFinishDocumentLoad(m_webFrame);
|
| }
|
|
|