| Index: components/navigation_interception/intercept_navigation_delegate.cc
|
| diff --git a/components/navigation_interception/intercept_navigation_delegate.cc b/components/navigation_interception/intercept_navigation_delegate.cc
|
| index d29fb889474fc1866692886b79337f08dbf75122..23dab253b5dabc1fee7a22082763e40ab56bee3e 100644
|
| --- a/components/navigation_interception/intercept_navigation_delegate.cc
|
| +++ b/components/navigation_interception/intercept_navigation_delegate.cc
|
| @@ -138,9 +138,7 @@ bool InterceptNavigationDelegate::ShouldIgnoreNavigation(
|
| env, navigation_params, has_user_gesture_carryover);
|
|
|
| return Java_InterceptNavigationDelegate_shouldIgnoreNavigation(
|
| - env,
|
| - jdelegate.obj(),
|
| - jobject_params.obj());
|
| + env, jdelegate, jobject_params);
|
| }
|
|
|
| void InterceptNavigationDelegate::UpdateLastUserGestureCarryoverTimestamp() {
|
|
|