| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| index 6d41c4722aaa74a90af2d742fd2a925c88fa42b0..a28503f0e99171e7e50630dab4516714314d3cc8 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| @@ -378,7 +378,7 @@ void LocalFrameClientImpl::dispatchDidFinishDocumentLoad() {
|
| // 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);
|
| + m_webFrame->client()->didFinishDocumentLoad();
|
| }
|
|
|
| void LocalFrameClientImpl::dispatchDidLoadResourceFromMemoryCache(
|
|
|