| Index: chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc
|
| diff --git a/chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc b/chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc
|
| index bf4c357ba6644b7c0c6952daff9cd9073f284cfb..494ef52c7e1a0f3d947099242162414b5cc07d41 100644
|
| --- a/chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc
|
| +++ b/chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc
|
| @@ -31,7 +31,7 @@ void DistillerUIHandleAndroid::ReportExternalFeedback(
|
| env, url_utils::GetOriginalUrlFromDistillerUrl(url).spec());
|
|
|
| Java_DomDistillerUIUtils_reportFeedbackWithWebContents(
|
| - env, web_contents->GetJavaWebContents().obj(), jurl.obj(), good);
|
| + env, web_contents->GetJavaWebContents(), jurl, good);
|
| }
|
|
|
| // static
|
| @@ -39,7 +39,7 @@ void DistillerUIHandleAndroid::OpenSettings(
|
| content::WebContents* web_contents) {
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| Java_DomDistillerUIUtils_openSettings(env,
|
| - web_contents->GetJavaWebContents().obj());
|
| + web_contents->GetJavaWebContents());
|
| }
|
|
|
| // static
|
|
|