| 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 13cda10e7fd42ecdd194a2e14e34fbcdbb56f42d..2d5533bedc1c6b3a76d62f9b186eb4f60f3ee86f 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| @@ -147,7 +147,7 @@ void LocalFrameClientImpl::DidCreateNewDocument() {
|
|
|
| void LocalFrameClientImpl::DispatchDidClearWindowObjectInMainWorld() {
|
| if (web_frame_->Client()) {
|
| - web_frame_->Client()->DidClearWindowObject(web_frame_);
|
| + web_frame_->Client()->DidClearWindowObject();
|
| Document* document = web_frame_->GetFrame()->GetDocument();
|
| if (document) {
|
| DeviceMotionController::From(*document);
|
|
|