| Index: content/browser/web_contents/web_contents_android.cc
|
| diff --git a/content/browser/web_contents/web_contents_android.cc b/content/browser/web_contents/web_contents_android.cc
|
| index 0131bf997260b8095ea9637b96a5e35d36d1fd85..ff58da2f893e161c6e50ca56b66b12bc16f0087d 100644
|
| --- a/content/browser/web_contents/web_contents_android.cc
|
| +++ b/content/browser/web_contents/web_contents_android.cc
|
| @@ -156,7 +156,7 @@ WebContents* WebContents::FromJavaWebContents(
|
|
|
| // static
|
| static void DestroyWebContents(JNIEnv* env,
|
| - jclass clazz,
|
| + const JavaParamRef<jclass>& clazz,
|
| jlong jweb_contents_android_ptr) {
|
| WebContentsAndroid* web_contents_android =
|
| reinterpret_cast<WebContentsAndroid*>(jweb_contents_android_ptr);
|
| @@ -172,7 +172,7 @@ static void DestroyWebContents(JNIEnv* env,
|
|
|
| // static
|
| ScopedJavaLocalRef<jobject> FromNativePtr(JNIEnv* env,
|
| - jclass clazz,
|
| + const JavaParamRef<jclass>& clazz,
|
| jlong web_contents_ptr) {
|
| WebContentsAndroid* web_contents_android =
|
| reinterpret_cast<WebContentsAndroid*>(web_contents_ptr);
|
|
|