| 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 698387f6aa7d6434a44ed3ac9d5f4eb288947e32..6d0cc49ab565712690bf8e64dff610d48ec67dca 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| @@ -223,7 +223,7 @@ bool LocalFrameClientImpl::AllowScriptExtensions() {
|
|
|
| void LocalFrameClientImpl::DidChangeScrollOffset() {
|
| if (web_frame_->Client())
|
| - web_frame_->Client()->DidChangeScrollOffset(web_frame_);
|
| + web_frame_->Client()->DidChangeScrollOffset();
|
| }
|
|
|
| void LocalFrameClientImpl::DidUpdateCurrentHistoryItem() {
|
|
|