Index: content/shell/browser/shell_android.cc |
diff --git a/content/shell/browser/shell_android.cc b/content/shell/browser/shell_android.cc |
index d827e96b07e0865131a5930ac173ce889a085da5..5c1b4b580bdc0f86a482d07592826287223283a9 100644 |
--- a/content/shell/browser/shell_android.cc |
+++ b/content/shell/browser/shell_android.cc |
@@ -50,7 +50,7 @@ void Shell::PlatformCreateWindow(int width, int height) { |
void Shell::PlatformSetContents() { |
JNIEnv* env = AttachCurrentThread(); |
Java_Shell_initFromNativeTabContents( |
- env, java_object_.obj(), reinterpret_cast<jint>(web_contents())); |
+ env, java_object_.obj(), reinterpret_cast<intptr_t>(web_contents())); |
} |
void Shell::PlatformResizeSubViews() { |