| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 2978fb9e1c1e386f7eec5be92e6fee02b2192435..acaf617ed4cb9be275e5720ccefe9791d506a9fe 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -4579,7 +4579,7 @@ void WebContentsImpl::OnUserInteraction(
|
| // Exclude scroll events as user gestures for resource load dispatches.
|
| // rdh is NULL in unittests.
|
| if (rdh && type != blink::WebInputEvent::MouseWheel)
|
| - rdh->OnUserGesture(this);
|
| + rdh->OnUserGesture();
|
| }
|
|
|
| void WebContentsImpl::OnIgnoredUIEvent() {
|
|
|