Index: content/browser/android/content_settings.cc |
diff --git a/content/browser/android/content_settings.cc b/content/browser/android/content_settings.cc |
index 63f32b8f64176aff94e2ea70dee13960eb6db734..a436c382388b63ba7871410b9612e004ad344efb 100644 |
--- a/content/browser/android/content_settings.cc |
+++ b/content/browser/android/content_settings.cc |
@@ -331,7 +331,7 @@ static jint Init(JNIEnv* env, jobject obj, jint nativeContentViewCore, |
jboolean is_master_mode) { |
WebContents* web_contents = |
reinterpret_cast<ContentViewCoreImpl*>(nativeContentViewCore) |
- ->web_contents(); |
+ ->GetWebContents(); |
ContentSettings* content_settings = |
new ContentSettings(env, obj, web_contents, is_master_mode); |
return reinterpret_cast<jint>(content_settings); |