| Index: content/browser/android/content_view_core_impl.cc
|
| diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc
|
| index 2369f6feafc577b4ced65890cdb50ce580dbba4d..bcfb59ea65c06904b3e51f5c62012e204fc015a3 100644
|
| --- a/content/browser/android/content_view_core_impl.cc
|
| +++ b/content/browser/android/content_view_core_impl.cc
|
| @@ -1438,7 +1438,7 @@ void ContentViewCoreImpl::WasResized(JNIEnv* env, jobject obj) {
|
| }
|
|
|
| void ContentViewCoreImpl::ShowInterstitialPage(
|
| - JNIEnv* env, jobject obj, jstring jurl, jint delegate_ptr) {
|
| + JNIEnv* env, jobject obj, jstring jurl, jlong delegate_ptr) {
|
| GURL url(base::android::ConvertJavaStringToUTF8(env, jurl));
|
| InterstitialPageDelegateAndroid* delegate =
|
| reinterpret_cast<InterstitialPageDelegateAndroid*>(delegate_ptr);
|
|
|