| 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..caaa2d6c4518e347b2dec4b88707afd101d47e1d 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| @@ -178,7 +178,7 @@ void LocalFrameClientImpl::documentElementAvailable() {
|
|
|
| void LocalFrameClientImpl::runScriptsAtDocumentElementAvailable() {
|
| if (m_webFrame->client())
|
| - m_webFrame->client()->runScriptsAtDocumentElementAvailable(m_webFrame);
|
| + m_webFrame->client()->runScriptsAtDocumentElementAvailable();
|
| // The callback might have deleted the frame, do not use |this|!
|
| }
|
|
|
|
|