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